init version 0.1.9
authorThierry Florac <thierry.florac@onf.fr>
Mon, 28 May 2018 12:16:30 +0200
changeset 42 db08fdf0afc5
parent 41 1b694da5f6a2
child 43 c348a83243fc
init version 0.1.9
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 10:40:07 2018 +0200
+++ b/buildout.cfg	Mon May 28 12:16:30 2018 +0200
@@ -68,4 +68,4 @@
 eggs = pyams_sequence [test]
 
 [versions]
-pyams_sequence = 0.1.8
+pyams_sequence = 0.1.9
--- a/setup.py	Fri Apr 27 10:40:07 2018 +0200
+++ b/setup.py	Mon May 28 12:16:30 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.8'
+version = '0.1.9'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []