# HG changeset patch # User ymh # Date 1360342378 -3600 # Node ID 7b9e8c23fb5aebf70e8b397a732d9b28fc2bef48 # Parent e292c7b311bdc254f336f4df5c755c0ff8d79d0b New version diff -r e292c7b311bd -r 7b9e8c23fb5a src/theend/__init__.py --- a/src/theend/__init__.py Fri Feb 08 17:51:41 2013 +0100 +++ b/src/theend/__init__.py Fri Feb 08 17:52:58 2013 +0100 @@ -1,4 +1,4 @@ -VERSION = (1, 22, 0, "final", 0) +VERSION = (1, 23, 0, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))