web/ldtplatform/__init__.py
changeset 578 c01075236079
parent 568 b67fc0fd2389
child 590 faf94ed5367b
--- a/web/ldtplatform/__init__.py	Tue Feb 21 12:13:11 2012 +0100
+++ b/web/ldtplatform/__init__.py	Thu Mar 01 13:17:55 2012 +0100
@@ -1,4 +1,4 @@
-VERSION = (1, 2, 0, "final", 0)
+VERSION = (1, 3, 0, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))