update requirement (mdc 0.1.5) and version number to 0.1.6 V00.01.06
authorcavaliet
Fri, 21 Jun 2013 10:17:02 +0200
changeset 47 65ed57e56a8f
parent 46 f09e6cdf029c
child 48 fe7445a34b92
update requirement (mdc 0.1.5) and version number to 0.1.6
src/aixweb/__init__.py
src/requirement.txt
--- a/src/aixweb/__init__.py	Thu Jun 20 16:57:40 2013 +0200
+++ b/src/aixweb/__init__.py	Fri Jun 21 10:17:02 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 5, "final", 0)
+VERSION = (0, 1, 6, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/src/requirement.txt	Thu Jun 20 16:57:40 2013 +0200
+++ b/src/requirement.txt	Fri Jun 21 10:17:02 2013 +0200
@@ -1,2 +1,2 @@
 ldt (==1.50.2)
-metadatacomposer (==0.1.4)
\ No newline at end of file
+metadatacomposer (==0.1.5)
\ No newline at end of file