We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f66df commit 34b5537Copy full SHA for 34b5537
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-1.16.5 (unreleased)
+1.17.0 (2026-01-15)
5
-------------------
6
7
- Removed 'to_sign' and 'signed' fields from scanbehavior.
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup
-version = "1.16.5.dev0"
+version = "1.17.0"
8
9
long_description = (
10
open("README.rst").read() + "\n" + "Contributors\n"
0 commit comments