From 938eb333c38c7d03d04e098e3b99c6f286d8aa49 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:46:41 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.1=20=E2=86=92=200.12.2?= 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 97063060..be237553 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.12.1" +__version__ = "0.12.2" diff --git a/docs/conf.py b/docs/conf.py index 2e76b918..5f811073 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,7 +82,7 @@ # the built documents. # # The short X.Y version. -version = "0.12.1" +version = "0.12.2" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 65ade4d4..c11ebc2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.12.1" +current_version = "0.12.2" commit = true tag = true allow_dirty = false