From 1a46aa60bdce19db93948180ca22bbaa22820b95 Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Mon, 24 Jul 2023 22:32:23 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.8.0.dev1=20=E2=86=92=201.8.?= =?UTF-8?q?0?= 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 39e7f508d..0972d2a7e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.0.dev1 +current_version = 1.8.0 commit = True tag = False parse = ^ diff --git a/docs/conf.py b/docs/conf.py index d69a52526..98e0b75ab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ # -- Project information --------------------------------------------------------------- author = "Sam Schott" -version = "1.8.0.dev1" +version = "1.8.0" release = version project = "Maestral" title = "Maestral API Documentation" diff --git a/pyproject.toml b/pyproject.toml index 5638316fe..48cd96f9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "maestral" -version = "1.8.0.dev1" +version = "1.8.0" 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 5f35fe2fd..0ea061660 100644 --- a/src/maestral/__init__.py +++ b/src/maestral/__init__.py @@ -1,7 +1,7 @@ import warnings -__version__ = "1.8.0.dev1" +__version__ = "1.8.0" __author__ = "Sam Schott" __url__ = "https://maestral.app"