new version to solve CAS integration problem
authorymh <ymh.work@gmail.com>
Wed, 16 Sep 2015 18:18:27 +0200
changeset 128 13ae6ab93b84
parent 127 0de175cdcb7f
child 129 9a0e83e6333d
new version to solve CAS integration problem
server/src/remieplt/__init__.py
--- a/server/src/remieplt/__init__.py	Wed Sep 16 18:17:49 2015 +0200
+++ b/server/src/remieplt/__init__.py	Wed Sep 16 18:18:27 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 18, "final", 0)
+VERSION = (0, 0, 19, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))