# HG changeset patch # User ymh # Date 1360241676 -3600 # Node ID 120ffd82d3a7c0ed6f1f6966ada02183ec10f82b # Parent 72be7f52c74326f5351fa235b82d02a5470914e5 new version diff -r 72be7f52c743 -r 120ffd82d3a7 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])))