server/src/remieplt/__init__.py
changeset 147 51e129ee6086
parent 145 6bc678683421
child 158 b5fc6f8ffeb3
--- a/server/src/remieplt/__init__.py	Wed Sep 16 23:32:47 2015 +0200
+++ b/server/src/remieplt/__init__.py	Thu Sep 17 13:46:19 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 21, "final", 0)
+VERSION = (0, 0, 22, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))