Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version History
===============

v0.18.0 (unreleased)
v0.18.0 (2026-06-08)
--------------------

New Features
Expand Down
2 changes: 1 addition & 1 deletion clisops/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down