From 949481e0ccb227313d7eb286fdb5552895916b4a Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Fri, 26 Nov 2021 13:24:51 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.2.dev0=20=E2=86=92=201.5.?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- src/maestral/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4c914da8b..a6a72e50a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ # -- Project information --------------------------------------------------------------- author = "Sam Schott" -version = "1.5.2.dev0" +version = "1.5.2" release = version project = "Maestral" title = "Maestral API Documentation" diff --git a/setup.cfg b/setup.cfg index 292a92836..fb0972a38 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.2.dev0 +current_version = 1.5.2 commit = True tag = False parse = ^ diff --git a/setup.py b/setup.py index eeed177bf..2f4de129c 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ name="maestral", author="Sam Schott", author_email="sam.schott@outlook.com", - version="1.5.2.dev0", + version="1.5.2", url="https://maestral.app", description="Open-source Dropbox client for macOS and Linux.", license="MIT", diff --git a/src/maestral/__init__.py b/src/maestral/__init__.py index 37e651a58..da585a521 100644 --- a/src/maestral/__init__.py +++ b/src/maestral/__init__.py @@ -5,7 +5,7 @@ from click import shell_completion # type: ignore -__version__ = "1.5.2.dev0" +__version__ = "1.5.2" __author__ = "Sam Schott" __url__ = "https://maestral.app"