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 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