# HG changeset patch # User ymh # Date 1359136008 -3600 # Node ID fc09368b6b10836e034a5b9b82b4674aaf00fe36 # Parent f0c57c52a9407dbb592fa48e2f696537449dabca Version 1.12 diff -r f0c57c52a940 -r fc09368b6b10 src/theend/__init__.py --- a/src/theend/__init__.py Fri Jan 25 18:42:14 2013 +0100 +++ b/src/theend/__init__.py Fri Jan 25 18:46:48 2013 +0100 @@ -1,4 +1,4 @@ -VERSION = (1, 20, 0, "final", 0) +VERSION = (1, 21, 0, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))