increment version 00.00.15
authorymh <ymh.work@gmail.com>
Thu, 21 Apr 2016 16:26:11 +0200
changeset 61 0ef4bd1957fd
parent 60 dee4eac69d84
child 62 2d3dd0824e8c
increment version
server/src/metaeducation/__init__.py
--- a/server/src/metaeducation/__init__.py	Thu Apr 21 16:25:15 2016 +0200
+++ b/server/src/metaeducation/__init__.py	Thu Apr 21 16:26:11 2016 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 14, "final", 0)
+VERSION = (0, 0, 15, "final", 0)
 
 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))