Init version 0.1.11
authorThierry Florac <thierry.florac@onf.fr>
Mon, 02 Jul 2018 17:26:40 +0200
changeset 52 3351d1c1595c
parent 51 a6da2cc58c0a
child 53 2342203445f1
Init version 0.1.11
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Jun 29 18:12:36 2018 +0200
+++ b/buildout.cfg	Mon Jul 02 17:26:40 2018 +0200
@@ -68,4 +68,4 @@
 eggs = pyams_sequence [test]
 
 [versions]
-pyams_sequence = 0.1.10
+pyams_sequence = 0.1.11
--- a/setup.py	Fri Jun 29 18:12:36 2018 +0200
+++ b/setup.py	Mon Jul 02 17:26:40 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.10'
+version = '0.1.11'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []