From 0b94f66a2628d0ee63a7be8a786264da7175a742 Mon Sep 17 00:00:00 2001 From: Martin Schupfner Date: Fri, 24 Nov 2023 14:42:48 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.0=20=E2=86=92=200.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clisops/__version__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clisops/__version__.py b/clisops/__version__.py index 7e807004..ade1a738 100644 --- a/clisops/__version__.py +++ b/clisops/__version__.py @@ -6,4 +6,4 @@ __copyright__ = "Copyright 2018 United Kingdom Research and Innovation" __email__ = "eleanor.smith@stfc.ac.uk" __license__ = "BSD" -__version__ = "0.11.0" +__version__ = "0.12.0" diff --git a/docs/conf.py b/docs/conf.py index 2685bf09..595ba319 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,7 +82,7 @@ # the built documents. # # The short X.Y version. -version = "0.11.0" +version = "0.12.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 58960213..11d2ae75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.11.0" +current_version = "0.12.0" commit = true tag = true allow_dirty = false