From 4ab046f2cdd39c8be2f2ab459f816500445ee86b Mon Sep 17 00:00:00 2001 From: samschott Date: Wed, 23 Mar 2022 20:55:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.1.dev0=20=E2=86=92=201.6.?= =?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.cfg | 2 +- src/maestral/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8b67fb44d..412d4a48b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.1.dev0 +current_version = 1.6.1 commit = True tag = False parse = ^ diff --git a/docs/conf.py b/docs/conf.py index 1752f2911..a3ea83070 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ # -- Project information --------------------------------------------------------------- author = "Sam Schott" -version = "1.6.1.dev0" +version = "1.6.1" release = version project = "Maestral" title = "Maestral API Documentation" diff --git a/setup.cfg b/setup.cfg index d44ebb6c1..5fb8c8edc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = maestral -version = 1.6.1.dev0 +version = 1.6.1 author = Sam Schott author_email = sam.schott@outlook.com license = MIT diff --git a/src/maestral/__init__.py b/src/maestral/__init__.py index 25b3e3873..8fd2d97a8 100644 --- a/src/maestral/__init__.py +++ b/src/maestral/__init__.py @@ -1,7 +1,7 @@ import warnings -__version__ = "1.6.1.dev0" +__version__ = "1.6.1" __author__ = "Sam Schott" __url__ = "https://maestral.app"