We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be13e64 commit 3a3db75Copy full SHA for 3a3db75
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.14.0
+------
8
9
- Issue #288, pull request #289: Add `six.assertNotRegex`.
10
six.py
@@ -29,7 +29,7 @@
29
import types
30
31
__author__ = "Benjamin Peterson <[email protected]>"
32
-__version__ = "1.13.0"
+__version__ = "1.14.0"
33
34
35
# Useful for very coarse version differentiation.
0 commit comments