From 364d6822c667018badbfb4d96b05dc95a5359e5a Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Sat, 5 Dec 2020 18:28:37 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.1.dev0=20=E2=86=92=201.3.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- src/maestral/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 81f26587a..a8535b949 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1.dev0 +current_version = 1.3.1 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? diff --git a/docs/conf.py b/docs/conf.py index b21084c0b..23119372e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ # -- Project information --------------------------------------------------------------- author = "Sam Schott" -version = "1.3.1.dev0" +version = "1.3.1" release = version project = "Maestral" title = "Maestral API Documentation" diff --git a/setup.py b/setup.py index 1a27e3f16..d4928c85c 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ name="maestral", author="Sam Schott", author_email="ss2151@cam.ac.uk", - version="1.3.1.dev0", + version="1.3.1", url="https://github.com/SamSchott/maestral", description="Open-source Dropbox client for macOS and Linux.", license="MIT", diff --git a/src/maestral/__init__.py b/src/maestral/__init__.py index 9769b9b5e..2681b2e26 100644 --- a/src/maestral/__init__.py +++ b/src/maestral/__init__.py @@ -14,7 +14,7 @@ import warnings -__version__ = "1.3.1.dev0" +__version__ = "1.3.1" __author__ = "Sam Schott" __url__ = "https://github.com/SamSchott/maestral"