We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bde82d commit 3784169Copy full SHA for 3784169
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-1.17.1 (unreleased)
+1.17.1 (2026-03-26)
5
-------------------
6
7
- Made gha and tests run again.
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup
-version = "1.17.1.dev0"
+version = "1.17.1"
8
9
long_description = (
10
open("README.rst").read() + "\n" + "Contributors\n"
0 commit comments