update requirement (mdc 0.1.13) and version number to 0.1.14
authorcavaliet
Wed, 26 Jun 2013 11:34:35 +0200
changeset 66 a28157efa20a
parent 63 e33b023002b2
child 67 a119230d55f7
update requirement (mdc 0.1.13) and version number to 0.1.14
src/aixweb/__init__.py
src/requirement.txt
--- a/src/aixweb/__init__.py	Tue Jun 25 13:34:53 2013 +0200
+++ b/src/aixweb/__init__.py	Wed Jun 26 11:34:35 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 13, "final", 0)
+VERSION = (0, 1, 14, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/src/requirement.txt	Tue Jun 25 13:34:53 2013 +0200
+++ b/src/requirement.txt	Wed Jun 26 11:34:35 2013 +0200
@@ -1,2 +1,2 @@
 ldt (==1.50.4)
-metadatacomposer (==0.1.12)
\ No newline at end of file
+metadatacomposer (==0.1.13)
\ No newline at end of file