We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45e6ac commit 399b3dbCopy full SHA for 399b3db
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-1.16.4 (unreleased)
+1.16.4 (2025-06-24)
5
-------------------
6
7
- Corrected tests.
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup
-version = "1.16.4.dev0"
+version = "1.16.4"
8
9
long_description = (
10
open("README.rst").read() + "\n" + "Contributors\n"
0 commit comments