summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-06-29 12:23:20 -0700
committerBenjamin Peterson <benjamin@python.org>2014-06-29 12:23:20 -0700
commit0aa2888a0ecfb7c51fb5a3fd2a0ea0bee0e0ed2f (patch)
treea47fab003649da49a1b8a4f9e6ec82adf2aae5c7
parentd9f5ffe912c5bcf86088c3af9a85fbef7841f53f (diff)
downloadsix-0aa2888a0ecfb7c51fb5a3fd2a0ea0bee0e0ed2f.tar.gz
six 1.7.31.7.3
-rw-r--r--CHANGES4
-rw-r--r--six.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index acb2cde..492ff22 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,8 +3,8 @@ Changelog for six
This file lists the changes in each six version.
-Development version
--------------------
+1.7.3
+-----
- Issue #77: Fix import six on Python 3.4 with a custom loader.
diff --git a/six.py b/six.py
index 781b9af..f8f7d40 100644
--- a/six.py
+++ b/six.py
@@ -26,7 +26,7 @@ import sys
import types
__author__ = "Benjamin Peterson <benjamin@python.org>"
-__version__ = "1.7.2"
+__version__ = "1.7.3"
# Useful for very coarse version differentiation.