New version V01.23
authorymh <ymh.work@gmail.com>
Fri, 08 Feb 2013 17:52:58 +0100
changeset 126 7b9e8c23fb5a
parent 125 e292c7b311bd
child 127 49f930abb58a
New version
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])))