From f63c02bd7b34fb5b74a8d75cae3077de113b2522 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Sun, 10 Mar 2024 17:37:51 -0400 Subject: [PATCH] update changelog --- CHANGELOG.rst | 3 ++- HOWTORELEASE.rst | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e8901b02..331abac2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog History ================= -xskillscore v0.0.25 (2021-xx-xx) +xskillscore v0.0.25 (2024-03-10) -------------------------------- Bug Fixes @@ -22,6 +22,7 @@ Internal Changes (:issue:`317`, :pr:`366`) `Aaron Spring`_. - Refactor masking ``NaN`` in :py:func:`~xskillscore.rps`. (:pr:`397`) `Aaron Spring`_. +- Use to ``pyproject.toml`` and use ``ruff`` for linting `Ray Bell`_. xskillscore v0.0.24 (2021-10-08) -------------------------------- diff --git a/HOWTORELEASE.rst b/HOWTORELEASE.rst index 511d4bb1..8b11d5ab 100644 --- a/HOWTORELEASE.rst +++ b/HOWTORELEASE.rst @@ -5,6 +5,8 @@ Release Procedure #. Create a new branch ``release-v0.0.xx`` with the version for the release. + $ git checkout -b release-v0.0.xx + * Update ``CHANGELOG.rst`` * Make sure all new changes, features are reflected in the documentation.