-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What kind of change does this PR introduce? * Prepares the next release * Simplifies the logic for the mastodon publishing workflow ### Does this PR introduce a breaking change? This release places a pin on `xarray` that renders it incompatible with version 24.10.0 due to a regression.
- Loading branch information
Showing
5 changed files
with
9 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
New #xclim release: {{ .version }} 🎉 | ||
New #xclim release: {{ .tag }} 🎉 | ||
|
||
Latest source code available at: https://github.com/Ouranosinc/xclim/releases/tag/{{ .version }} | ||
Latest source code available at: {{ .url }} | ||
Check out the docs for more information: https://xclim.readthedocs.io/en/stable/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
__author__ = """Travis Logan""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.53.2-dev.2" | ||
__version__ = "0.53.2" | ||
|
||
|
||
with _resources.as_file(_resources.files("xclim.data")) as _module_data: | ||
|