From 6cfa95ff2a66d7c8f3213dd6446bb8af0866dfc3 Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Sun, 30 Apr 2023 23:29:18 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.7.2.dev2=20=E2=86=92=201.7.?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- src/maestral/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 782f4af70..046e3a03a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.2.dev2 +current_version = 1.7.2 commit = True tag = False parse = ^ diff --git a/docs/conf.py b/docs/conf.py index f569b1503..c7cd36fe9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ # -- Project information --------------------------------------------------------------- author = "Sam Schott" -version = "1.7.2.dev2" +version = "1.7.2" release = version project = "Maestral" title = "Maestral API Documentation" diff --git a/pyproject.toml b/pyproject.toml index 83d6046ab..cd5811c66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "maestral" -version = "1.7.2.dev2" +version = "1.7.2" authors = [{name = "Sam Schott", email = "sam.schott@outlook.com"}] license = {text = "MIT"} description = "Open-source Dropbox client for macOS and Linux." diff --git a/src/maestral/__init__.py b/src/maestral/__init__.py index 8d0920ea7..4df643e31 100644 --- a/src/maestral/__init__.py +++ b/src/maestral/__init__.py @@ -1,7 +1,7 @@ import warnings -__version__ = "1.7.2.dev2" +__version__ = "1.7.2" __author__ = "Sam Schott" __url__ = "https://maestral.app"