Init version 0.1.14
authorThierry Florac <thierry.florac@onf.fr>
Thu, 03 May 2018 10:49:44 +0200
changeset 542 782b0d0dcba0
parent 541 60923751ba2f
child 543 2125a235d3a0
Init version 0.1.14
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 10:43:00 2018 +0200
+++ b/buildout.cfg	Thu May 03 10:49:44 2018 +0200
@@ -92,4 +92,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.13
+pyams_content = 0.1.14
--- a/setup.py	Fri Apr 27 10:43:00 2018 +0200
+++ b/setup.py	Thu May 03 10:49:44 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 = []