update requirement (mdc 0.1.10) and version number to 0.1.11 V00.01.11
authorcavaliet
Mon, 24 Jun 2013 11:51:15 +0200
changeset 58 50ae6a9e30fc
parent 57 aac8a25b98b3
child 59 dd0d2ac21b36
update requirement (mdc 0.1.10) and version number to 0.1.11
src/aixweb/__init__.py
src/requirement.txt
--- a/src/aixweb/__init__.py	Mon Jun 24 11:20:45 2013 +0200
+++ b/src/aixweb/__init__.py	Mon Jun 24 11:51:15 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 10, "final", 0)
+VERSION = (0, 1, 11, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/src/requirement.txt	Mon Jun 24 11:20:45 2013 +0200
+++ b/src/requirement.txt	Mon Jun 24 11:51:15 2013 +0200
@@ -1,2 +1,2 @@
 ldt (==1.50.4)
-metadatacomposer (==0.1.9)
\ No newline at end of file
+metadatacomposer (==0.1.10)
\ No newline at end of file