Skip to content

Commit a7f8c66

Browse files
authored
Merge pull request #417 from raybellwaves/release-v0.0.25
update changelog
2 parents 27e812e + f63c02b commit a7f8c66

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rst

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

5-
xskillscore v0.0.25 (2021-xx-xx)
5+
xskillscore v0.0.25 (2024-03-10)
66
--------------------------------
77

88
Bug Fixes
@@ -22,6 +22,7 @@ Internal Changes
2222
(:issue:`317`, :pr:`366`) `Aaron Spring`_.
2323
- Refactor masking ``NaN`` in :py:func:`~xskillscore.rps`.
2424
(:pr:`397`) `Aaron Spring`_.
25+
- Use to ``pyproject.toml`` and use ``ruff`` for linting `Ray Bell`_.
2526

2627
xskillscore v0.0.24 (2021-10-08)
2728
--------------------------------

HOWTORELEASE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Release Procedure
55

66
#. Create a new branch ``release-v0.0.xx`` with the version for the release.
77

8+
$ git checkout -b release-v0.0.xx
9+
810
* Update ``CHANGELOG.rst``
911
* Make sure all new changes, features are reflected in the documentation.
1012

0 commit comments

Comments
 (0)