update requirement (mdp 0.1.16) and version number to 0.1.17 V00.01.17
authorcavaliet
Wed, 10 Jul 2013 10:44:24 +0200
changeset 82 990647147858
parent 81 6f302cac2b77
child 83 b6e4c239e23c
update requirement (mdp 0.1.16) and version number to 0.1.17
src/aixweb/__init__.py
src/requirement.txt
--- a/src/aixweb/__init__.py	Mon Jul 08 19:07:17 2013 +0200
+++ b/src/aixweb/__init__.py	Wed Jul 10 10:44:24 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 16, "final", 0)
+VERSION = (0, 1, 17, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/src/requirement.txt	Mon Jul 08 19:07:17 2013 +0200
+++ b/src/requirement.txt	Wed Jul 10 10:44:24 2013 +0200
@@ -1,2 +1,2 @@
 ldt (==1.50.4)
-metadatacomposer (==0.1.15)
\ No newline at end of file
+metadatacomposer (==0.1.16)
\ No newline at end of file