From 8945843bc06a9ec4df082c658b5a29cf18c36f5e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 6 Jan 2014 09:54:31 -0600 Subject: bump version to 1.5.2 --- six.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/six.py b/six.py index fee090d..7ec7f1b 100644 --- a/six.py +++ b/six.py @@ -25,7 +25,7 @@ import sys import types __author__ = "Benjamin Peterson " -__version__ = "1.5.1" +__version__ = "1.5.2" # Useful for very coarse version differentiation. -- cgit v1.2.1