From ab61aa21717356e57199e19550d02b3dc5f19d2c Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Mon, 15 Dec 2025 19:45:50 +0100 Subject: [PATCH 1/3] update history --- HISTORY.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index e9316aa6..d71fb0ad 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,10 @@ Version History =============== -v0.17.0 (unreleased) +v0.18.0 (unreleased) +-------------------- + +v0.17.0 (2025-12-16) -------------------- New Features From 1eeabf7423550055a3b19a87a7879ae35c22437f Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Mon, 15 Dec 2025 19:50:34 +0100 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20version:=200.16.2=20=E2=86=92=200.17?= =?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 f4771112..683ba70c 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.16.2" +__version__ = "0.17.0" diff --git a/docs/conf.py b/docs/conf.py index 3e1a124e..dea76e64 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,7 +87,7 @@ # the built documents. # # The short X.Y version. -version = "0.16.2" +version = "0.17.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 01723b21..18c7fa2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ extras = [ [tool] [tool.bumpversion] -current_version = "0.16.2" +current_version = "0.17.0" commit = true tag = false allow_dirty = false From 1f37f27506f99f6151c04d8a4b63fee3af35cff6 Mon Sep 17 00:00:00 2001 From: MacPingu Date: Mon, 15 Dec 2025 20:31:05 +0100 Subject: [PATCH 3/3] Update HISTORY.rst Co-authored-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> --- HISTORY.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d71fb0ad..ee9bcfce 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,6 @@ Version History =============== -v0.18.0 (unreleased) --------------------- v0.17.0 (2025-12-16) --------------------