init version 0.1.11
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Mar 2018 09:10:21 +0100
changeset 78 b3656b8cbd7d
parent 77 b6bf6c89e59c
child 79 b960e1176341
init version 0.1.11
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Mar 07 16:16:37 2018 +0100
+++ b/buildout.cfg	Thu Mar 08 09:10:21 2018 +0100
@@ -74,4 +74,4 @@
 eggs = pyams_media [test]
 
 [versions]
-pyams_media = 0.1.10
+pyams_media = 0.1.11
--- a/setup.py	Wed Mar 07 16:16:37 2018 +0100
+++ b/setup.py	Thu Mar 08 09:10:21 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.10'
+version = '0.1.11'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []