Skip to content

Commit ebd9b3a

Browse files
committed
six 1.17.0
1 parent 40d248e commit ebd9b3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changelog for six
33

44
This file lists the changes in each six version.
55

6-
Unreleased
7-
----------
6+
1.17.0
7+
------
88

99
- Pull request #388: Remove `URLopener` and `FancyURLopener` classes from
1010
`urllib.request` when running on Python 3.14 or greater.

six.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import types
3030

3131
__author__ = "Benjamin Peterson <[email protected]>"
32-
__version__ = "1.16.0"
32+
__version__ = "1.17.0"
3333

3434

3535
# Useful for very coarse version differentiation.

0 commit comments

Comments
 (0)