Skip to content

Commit

Permalink
Prepare v0.51.0 (#1824)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Prepares the next version for release (v0.51.0)

### Does this PR introduce a breaking change?

No.
  • Loading branch information
Zeitsperre authored Jul 4, 2024
2 parents d976931 + 3164215 commit 6d60d7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

v0.51.0 (unreleased)
v0.51.0 (2024-07-04)
--------------------
Contributors to this version: Trevor James Smith (:user:`Zeitsperre`), Pascal Bourgault (:user:`aulemahal`).

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.50.1-dev.3"
current_version = "0.51.0"
commit = true
commit_args = "--no-verify"
tag = false
Expand Down
2 changes: 1 addition & 1 deletion xclim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__author__ = """Travis Logan"""
__email__ = "[email protected]"
__version__ = "0.50.1-dev.3"
__version__ = "0.51.0"


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

0 comments on commit 6d60d7b

Please sign in to comment.