update requirements and version number to 2.11.3 V02.11.03
authorcavaliet
Thu, 17 Oct 2013 14:50:05 +0200
changeset 130 a92e0cbac23b
parent 129 5f47c913b2d0
child 131 180a2f1127ff
update requirements and version number to 2.11.3
src/ldtplatform/__init__.py
src/requirement.txt
--- a/src/ldtplatform/__init__.py	Thu Oct 17 12:33:31 2013 +0200
+++ b/src/ldtplatform/__init__.py	Thu Oct 17 14:50:05 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (2, 11, 2, "final", 0)
+VERSION = (2, 11, 3, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/src/requirement.txt	Thu Oct 17 12:33:31 2013 +0200
+++ b/src/requirement.txt	Thu Oct 17 14:50:05 2013 +0200
@@ -1,3 +1,3 @@
-ldt (==1.51.6)
+ldt (==1.51.7)
 hashcut (==0.13)
 metadatacomposer (==0.1.17)
\ No newline at end of file