Init version 0.1.8
authorThierry Florac <thierry.florac@onf.fr>
Tue, 10 Apr 2018 16:20:36 +0200
changeset 39 9c763bcf5463
parent 38 62c9092c4ed9
child 40 bc5b1fece177
Init version 0.1.8
buildout.cfg
setup.py
--- a/buildout.cfg	Tue Mar 20 17:52:59 2018 +0100
+++ b/buildout.cfg	Tue Apr 10 16:20:36 2018 +0200
@@ -72,4 +72,4 @@
 eggs = pyams_catalog [test]
 
 [versions]
-pyams_catalog = 0.1.7
+pyams_catalog = 0.1.8
--- a/setup.py	Tue Mar 20 17:52:59 2018 +0100
+++ b/setup.py	Tue Apr 10 16:20:36 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.7'
+version = '0.1.8'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []