Version theeend 1.19
authorymh <ymh.work@gmail.com>
Tue, 22 Jan 2013 13:18:26 +0100
changeset 97 3f75cc00d6da
parent 96 137cb7d2a157
child 98 334e5669e158
Version theeend 1.19
src/theend/__init__.py
--- a/src/theend/__init__.py	Tue Jan 22 13:12:40 2013 +0100
+++ b/src/theend/__init__.py	Tue Jan 22 13:18:26 2013 +0100
@@ -1,4 +1,4 @@
-VERSION = (1, 18, 0, "final", 0)
+VERSION = (1, 19, 0, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))