summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-03-13 22:07:05 -0500
committerBenjamin Peterson <benjamin@python.org>2014-03-13 22:07:05 -0500
commitec6358d0a02c2b4f802e3444fe65d0f939898f18 (patch)
treedcd27df75f2d4b47e4ab2aded529b77ace528431
parent0025775659a9ec6c52ef460c6fff0d6f37a052ff (diff)
downloadsix-ec6358d0a02c2b4f802e3444fe65d0f939898f18.tar.gz
bump version to 1.6.01.6.0
-rw-r--r--CHANGES4
-rw-r--r--six.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 3dae7cb..01c1e4a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,8 +3,8 @@ Changelog for six
This file lists the changes in each six version.
-Development version
--------------------
+1.6.0
+-----
- Raise an AttributeError for every attribute of unimportable modules.
diff --git a/six.py b/six.py
index c86dc98..ad34014 100644
--- a/six.py
+++ b/six.py
@@ -25,7 +25,7 @@ import sys
import types
__author__ = "Benjamin Peterson <benjamin@python.org>"
-__version__ = "1.5.2"
+__version__ = "1.6.0"
# Useful for very coarse version differentiation.