We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d248e commit ebd9b3aCopy full SHA for ebd9b3a
CHANGES
@@ -3,8 +3,8 @@ Changelog for six
3
4
This file lists the changes in each six version.
5
6
-Unreleased
7
-----------
+1.17.0
+------
8
9
- Pull request #388: Remove `URLopener` and `FancyURLopener` classes from
10
`urllib.request` when running on Python 3.14 or greater.
six.py
@@ -29,7 +29,7 @@
29
import types
30
31
__author__ = "Benjamin Peterson <[email protected]>"
32
-__version__ = "1.16.0"
+__version__ = "1.17.0"
33
34
35
# Useful for very coarse version differentiation.
0 commit comments