new version with fiction page V01.25
authorymh <ymh.work@gmail.com>
Tue, 12 Feb 2013 10:54:05 +0100
changeset 133 fe9ca5cd905e
parent 132 b009ce1aa481
child 134 678b07d351ef
new version with fiction page
src/theend/__init__.py
--- a/src/theend/__init__.py	Mon Feb 11 21:08:25 2013 +0100
+++ b/src/theend/__init__.py	Tue Feb 12 10:54:05 2013 +0100
@@ -1,4 +1,4 @@
-VERSION = (1, 24, 0, "final", 0)
+VERSION = (1, 25, 0, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))