From 3567067d1eb337b63356b9abe26d20c7359f3297 Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Sun, 22 Aug 2021 10:30:33 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.8.dev2=20=E2=86=92=201.4.?= =?UTF-8?q?8?= 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 b77b35253..a9ae435cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ # -- Project information --------------------------------------------------------------- author = "Sam Schott" -version = "1.4.8.dev2" +version = "1.4.8" release = version project = "Maestral" title = "Maestral API Documentation" diff --git a/setup.cfg b/setup.cfg index d02cc481e..8b69efe14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.8.dev2 +current_version = 1.4.8 commit = True tag = False parse = ^ diff --git a/setup.py b/setup.py index 4494f4247..bf36e0155 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ name="maestral", author="Sam Schott", author_email="sam.schott@outlook.com", - version="1.4.8.dev2", + version="1.4.8", 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 78eed65b1..fcbdfa727 100644 --- a/src/maestral/__init__.py +++ b/src/maestral/__init__.py @@ -5,7 +5,7 @@ from click import shell_completion # type: ignore -__version__ = "1.4.8.dev2" +__version__ = "1.4.8" __author__ = "Sam Schott" __url__ = "https://maestral.app"