Init version 0.1.11
authorThierry Florac <thierry.florac@onf.fr>
Mon, 11 Jun 2018 12:42:04 +0200
changeset 62 94a419743a71
parent 61 55508d1c86dc
child 63 95060873cdab
Init version 0.1.11
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 10:44:05 2018 +0200
+++ b/buildout.cfg	Mon Jun 11 12:42:04 2018 +0200
@@ -84,4 +84,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.10
+pyams_content_es = 0.1.11
--- a/setup.py	Fri Apr 27 10:44:05 2018 +0200
+++ b/setup.py	Mon Jun 11 12:42:04 2018 +0200
@@ -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 = []