summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--six.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index fa0d57e..0468e6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,8 +3,8 @@ Changelog for Six
This file lists the changes in each six version.
-Development version
--------------------
+1.5.0
+-----
- Removed support for Python 2.4. This is because py.test no longer supports
2.4.
diff --git a/six.py b/six.py
index 4e53304..212af14 100644
--- a/six.py
+++ b/six.py
@@ -25,7 +25,7 @@ import sys
import types
__author__ = "Benjamin Peterson <benjamin@python.org>"
-__version__ = "1.4.1"
+__version__ = "1.5.0"
# Useful for very coarse version differentiation.