From d874327497eff3e2fa8ba1fbd940e147569e91ff Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:47:27 -0400 Subject: [PATCH 1/2] update release date Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1cc883e9..4ade5953 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ Version History =============== -v0.18.0 (unreleased) +v0.18.0 (2026-06-08) -------------------- New Features From 5a0f2d9d6ebd152968594e81ca377360514abdd5 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:48:58 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.17.0=20=E2=86=92=200.18?= =?UTF-8?q?.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 683ba70c..45ccb69a 100644 --- a/clisops/__version__.py +++ b/clisops/__version__.py @@ -7,4 +7,4 @@ __contact__ = "eleanor.smith@stfc.ac.uk" __copyright__ = "Copyright 2018-2024. United Kingdom Research and Innovation" __license__ = "BSD-3-Clause" -__version__ = "0.17.0" +__version__ = "0.18.0" diff --git a/docs/conf.py b/docs/conf.py index 0c593ed7..e7875846 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,7 +87,7 @@ # the built documents. # # The short X.Y version. -version = "0.17.0" +version = "0.18.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 5f2c6c74..147af515 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ extras = [ [tool] [tool.bumpversion] -current_version = "0.17.0" +current_version = "0.18.0" commit = true tag = false allow_dirty = false