We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368466f commit 3f47ef3Copy full SHA for 3f47ef3
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
-UNRELEASED
2
-==========
+1.6.0
+=====
3
4
-*UNRELEASED*
+*2025-02-05*
5
6
* Add support for Python 3.13.
7
* Dropped support for EOL Python 3.8.
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.
0 commit comments