Upgrade ldt version + new version 2.11.5 V02.11.05
authorymh <ymh.work@gmail.com>
Thu, 31 Oct 2013 11:58:58 +0100
changeset 135 3b3f954584bd
parent 134 c75f9167c250
child 136 4f76c644f918
Upgrade ldt version + new version 2.11.5
src/ldtplatform/__init__.py
src/requirement.txt
--- a/src/ldtplatform/__init__.py	Mon Oct 28 17:39:21 2013 +0100
+++ b/src/ldtplatform/__init__.py	Thu Oct 31 11:58:58 2013 +0100
@@ -1,4 +1,4 @@
-VERSION = (2, 11, 4, "final", 0)
+VERSION = (2, 11, 5, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/src/requirement.txt	Mon Oct 28 17:39:21 2013 +0100
+++ b/src/requirement.txt	Thu Oct 31 11:58:58 2013 +0100
@@ -1,3 +1,3 @@
-ldt (==1.51.8)
+ldt (==1.51.9)
 hashcut (==0.13)
 metadatacomposer (==0.1.17)
\ No newline at end of file