Init version 0.1.9
authorThierry Florac <thierry.florac@onf.fr>
Wed, 07 Mar 2018 17:45:29 +0100
changeset 51 d2f833a2ec62
parent 50 7cc2aec2876c
child 52 5847f556da86
Init version 0.1.9
buildout.cfg
setup.py
--- a/buildout.cfg	Mon Mar 05 14:33:53 2018 +0100
+++ b/buildout.cfg	Wed Mar 07 17:45:29 2018 +0100
@@ -84,4 +84,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.8
+pyams_content_es = 0.1.9
--- a/setup.py	Mon Mar 05 14:33:53 2018 +0100
+++ b/setup.py	Wed Mar 07 17:45:29 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.8'
+version = '0.1.9'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []