Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v0.53.0 #1965

Merged
merged 7 commits into from
Oct 17, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Bump version: 0.52.3-dev.17 → 0.53.0-dev.0
Zeitsperre committed Oct 17, 2024
commit 5eee27a6340523eabc81ea093ab800e44bbea189
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -135,7 +135,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.52.3-dev.17"
current_version = "0.53.0-dev.0"
commit = true
commit_args = "--no-verify"
tag = false
2 changes: 1 addition & 1 deletion xclim/__init__.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@

__author__ = """Travis Logan"""
__email__ = "[email protected]"
__version__ = "0.52.3-dev.17"
__version__ = "0.53.0-dev.0"


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