Skip to content

Commit

Permalink
Bump version: 1.4.0.dev0 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Feb 14, 2021
1 parent ac37199 commit 0b8d537
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# -- Project information ---------------------------------------------------------------

author = "Sam Schott"
version = "1.4.0.dev0"
version = "1.4.0"
release = version
project = "Maestral"
title = "Maestral API Documentation"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.0.dev0
current_version = 1.4.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
name="maestral",
author="Sam Schott",
author_email="ss2151@cam.ac.uk",
version="1.4.0.dev0",
version="1.4.0",
url="https://github.com/SamSchott/maestral",
description="Open-source Dropbox client for macOS and Linux.",
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/maestral/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import warnings

__version__ = "1.4.0.dev0"
__version__ = "1.4.0"
__author__ = "Sam Schott"
__url__ = "https://github.com/SamSchott/maestral"

Expand Down

0 comments on commit 0b8d537

Please sign in to comment.