Skip to content

Commit 5571aa7

Browse files
authored
Prepare v0.61.1 (#2364)
### What kind of change does this PR introduce? * Prepares the next patch release for Monday (2026-05-25) ### Does this PR introduce a breaking change? No. ### Other information: Small but important bug fixes!
2 parents b9000d4 + 6810339 commit 5571aa7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
v0.61.1 (unreleased)
5+
v0.61.1 (2026-05-25)
66
--------------------
77
Contributors to this version: Pascal Bourgault (:user:`aulemahal`).
88

@@ -12,7 +12,7 @@ Bug fixes
1212

1313
Internal changes
1414
^^^^^^^^^^^^^^^^
15-
* Fixed documentation generation with Sphinx 9 by activating the legacy `autodoc` system. (:pull:`2358`).
15+
* Fixed documentation generation with Sphinx v9.0 by activating the legacy `autodoc` system. (:pull:`2358`).
1616

1717
v0.61.0 (2026-05-07)
1818
--------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ xclim = "xclim.cli:cli"
127127
[tool]
128128

129129
[tool.bumpversion]
130-
current_version = "0.61.1-dev.2"
130+
current_version = "0.61.1"
131131
commit = true
132132
commit_args = "--no-verify --signoff"
133133
tag = false

src/xclim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__author__ = """Travis Logan"""
1515
__email__ = "logan.travis@ouranos.ca"
16-
__version__ = "0.61.1-dev.2"
16+
__version__ = "0.61.1"
1717

1818

1919
with _resources.as_file(_resources.files("xclim.data")) as _module_data:

0 commit comments

Comments
 (0)