Init version 0.1.14
authorThierry Florac <thierry.florac@onf.fr>
Mon, 09 Jul 2018 11:43:41 +0200
changeset 96 4b305c1f9e0b
parent 95 b379aa42a359
child 97 1a8529f5f679
Init version 0.1.14
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Jul 05 15:18:17 2018 +0200
+++ b/buildout.cfg	Mon Jul 09 11:43:41 2018 +0200
@@ -74,4 +74,4 @@
 eggs = pyams_media [test]
 
 [versions]
-pyams_media = 0.1.13
+pyams_media = 0.1.14
--- a/setup.py	Thu Jul 05 15:18:17 2018 +0200
+++ b/setup.py	Mon Jul 09 11:43:41 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.13'
+version = '0.1.14'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []