Skip to content

Commit 3f47ef3

Browse files
committed
Release 1.6.0
1 parent 368466f commit 3f47ef3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
UNRELEASED
2-
==========
1+
1.6.0
2+
=====
33

4-
*UNRELEASED*
4+
*2025-02-05*
55

66
* Add support for Python 3.13.
77
* Dropped support for EOL Python 3.8.

RELEASING.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Here are the steps on how to make a new release.
2+
3+
1. Create a ``release-VERSION`` branch from ``upstream/master``.
4+
2. Update ``CHANGELOG.rst``.
5+
3. Push a branch with the changes.
6+
4. Once all builds pass, push a ``VERSION`` tag to ``upstream``.
7+
5. Merge the PR.

0 commit comments

Comments
 (0)