# HG changeset patch # User ymh # Date 1437328270 -7200 # Node ID c27522a812f3e248de9a88f79a332c9d4efba41a # Parent 367424b081301396828770a6ad7a9938910a6314 upgrade ldt diff -r 367424b08130 -r c27522a812f3 server/src/remieplt/__init__.py --- a/server/src/remieplt/__init__.py Sun Jul 19 09:20:59 2015 +0200 +++ b/server/src/remieplt/__init__.py Sun Jul 19 19:51:10 2015 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 0, 3, "final", 0) +VERSION = (0, 0, 4, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r 367424b08130 -r c27522a812f3 server/src/requirement.txt --- a/server/src/requirement.txt Sun Jul 19 09:20:59 2015 +0200 +++ b/server/src/requirement.txt Sun Jul 19 19:51:10 2015 +0200 @@ -1,1 +1,1 @@ -ldt (==1.56.7) +ldt (==1.56.8)