--- 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])))