diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 35a9b5b..5bc9ece 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ -UNRELEASED -========== +1.6.0 +===== -*UNRELEASED* +*2025-02-05* * Add support for Python 3.13. * Dropped support for EOL Python 3.8. diff --git a/RELEASING.rst b/RELEASING.rst new file mode 100644 index 0000000..abf6124 --- /dev/null +++ b/RELEASING.rst @@ -0,0 +1,7 @@ +Here are the steps on how to make a new release. + +1. Create a ``release-VERSION`` branch from ``upstream/master``. +2. Update ``CHANGELOG.rst``. +3. Push a branch with the changes. +4. Once all builds pass, push a ``VERSION`` tag to ``upstream``. +5. Merge the PR.