new version V01.22
authorymh <ymh.work@gmail.com>
Thu, 07 Feb 2013 13:54:36 +0100
changeset 121 120ffd82d3a7
parent 120 72be7f52c743
child 122 33166ac9efb7
new version
src/theend/__init__.py
--- a/src/theend/__init__.py	Thu Feb 07 13:52:53 2013 +0100
+++ b/src/theend/__init__.py	Thu Feb 07 13:54:36 2013 +0100
@@ -1,4 +1,4 @@
-VERSION = (1, 21, 0, "final", 0)
+VERSION = (1, 22, 0, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))