update ldt version + version bump 00.00.05
authorymh <ymh.work@gmail.com>
Sun, 19 Jul 2015 23:43:59 +0200
changeset 32 16d85578e7d6
parent 31 3f1921b29145
child 33 e3313e5fc623
update ldt version + version bump
server/src/remieplt/__init__.py
server/src/requirement.txt
--- a/server/src/remieplt/__init__.py	Sun Jul 19 19:51:26 2015 +0200
+++ b/server/src/remieplt/__init__.py	Sun Jul 19 23:43:59 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 4, "final", 0)
+VERSION = (0, 0, 5, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/server/src/requirement.txt	Sun Jul 19 19:51:26 2015 +0200
+++ b/server/src/requirement.txt	Sun Jul 19 23:43:59 2015 +0200
@@ -1,1 +1,1 @@
-ldt (==1.56.8)
+ldt (==1.56.9)