Init version 0.1.15
authorThierry Florac <thierry.florac@onf.fr>
Mon, 02 Jul 2018 08:49:41 +0200
changeset 125 3defe3953276
parent 124 61bc5e1a5aa0
child 126 c915b68a4a52
Init version 0.1.15
buildout.cfg
setup.py
--- a/buildout.cfg	Mon Jul 02 08:48:46 2018 +0200
+++ b/buildout.cfg	Mon Jul 02 08:49:41 2018 +0200
@@ -69,4 +69,4 @@
 eggs = pyams_form [test]
 
 [versions]
-pyams_form = 0.1.14
+pyams_form = 0.1.15
--- a/setup.py	Mon Jul 02 08:48:46 2018 +0200
+++ b/setup.py	Mon Jul 02 08:49:41 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.14'
+version = '0.1.15'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []