We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55f1f7 commit 15e3143Copy full SHA for 15e3143
CHANGES
@@ -3,8 +3,8 @@ Changelog for six
3
4
This file lists the changes in each six version.
5
6
-Development version
7
--------------------
+1.11.0
+------
8
9
- Pull request #178: `with_metaclass` now properly proxies `__prepare__` to the
10
underlying metaclass.
six.py
@@ -29,7 +29,7 @@
29
import types
30
31
__author__ = "Benjamin Peterson <[email protected]>"
32
-__version__ = "1.10.0"
+__version__ = "1.11.0"
33
34
35
# Useful for very coarse version differentiation.
0 commit comments