Init version 0.1.7
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Mar 2018 09:12:14 +0100
changeset 31 13548b20786f
parent 30 019da188c5a6
child 32 49878f09ec8a
Init version 0.1.7
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Feb 09 16:34:57 2018 +0100
+++ b/buildout.cfg	Thu Mar 08 09:12:14 2018 +0100
@@ -68,4 +68,4 @@
 eggs = pyams_sequence [test]
 
 [versions]
-pyams_sequence = 0.1.6
+pyams_sequence = 0.1.7
--- a/setup.py	Fri Feb 09 16:34:57 2018 +0100
+++ b/setup.py	Thu Mar 08 09:12:14 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.6'
+version = '0.1.7'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []