Skip to content

Commit 15e3143

Browse files
committed
six 1.11.0
1 parent a55f1f7 commit 15e3143

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
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-
Development version
7-
-------------------
6+
1.11.0
7+
------
88

99
- Pull request #178: `with_metaclass` now properly proxies `__prepare__` to the
1010
underlying metaclass.

six.py

Lines changed: 1 addition & 1 deletion
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.10.0"
32+
__version__ = "1.11.0"
3333

3434

3535
# Useful for very coarse version differentiation.

0 commit comments

Comments
 (0)