web/ldtplatform/__init__.py
changeset 568 b67fc0fd2389
parent 565 ea8c12f58302
child 578 c01075236079
--- a/web/ldtplatform/__init__.py	Mon Feb 13 18:04:28 2012 +0100
+++ b/web/ldtplatform/__init__.py	Mon Feb 13 21:53:24 2012 +0100
@@ -1,4 +1,4 @@
-VERSION = (1, 1, 0, "final", 0)
+VERSION = (1, 2, 0, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))