diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-03-13 22:07:05 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-03-13 22:07:05 -0500 |
commit | ab9c743f5a2cb31efce2a701e46f35f7c1cf03b9 (patch) | |
tree | dcd27df75f2d4b47e4ab2aded529b77ace528431 | |
parent | b2d315c49f08af7c917501c8a8a18108e604f4dd (diff) | |
download | six-git-1.6.0.tar.gz |
bump version to 1.6.01.6.0
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | six.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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. @@ -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. |