From 5a908933161233015332dd416c325c60c5b8bd3a Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Thu, 18 Apr 2024 16:48:07 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.8.2=20=E2=86=92=205.8.3.dev?= =?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 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 33c9dbe80..5a3507390 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.8.2 +current_version = 5.8.3.dev0 commit = True tag = True sign_tags = True diff --git a/docs/conf.py b/docs/conf.py index bb683ca5d..d37e9ee64 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -86,7 +86,7 @@ def compare(list1, list2): # The full version, including alpha/beta/rc tags # The short X.Y version. -version = '5.8.2' +version = '5.8.3.dev0' release = version diff --git a/setup.py b/setup.py index 2f81c66d0..5758f506b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -version = '5.8.2' +version = '5.8.3.dev0' url = "https://github.com/ome/omero-scripts/" setup(