Init version 0.1.13
authorThierry Florac <thierry.florac@onf.fr>
Mon, 02 Jul 2018 17:12:56 +0200
changeset 73 bf9a6e10e5ea
parent 72 1bfca7ed440b
child 74 b7976cad0ef0
Init version 0.1.13
buildout.cfg
setup.py
--- a/buildout.cfg	Mon Jul 02 17:12:29 2018 +0200
+++ b/buildout.cfg	Mon Jul 02 17:12:56 2018 +0200
@@ -84,4 +84,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.12
+pyams_content_es = 0.1.13
--- a/setup.py	Mon Jul 02 17:12:29 2018 +0200
+++ b/setup.py	Mon Jul 02 17:12:56 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.12'
+version = '0.1.13'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []