Init version 0.1.2
authorThierry Florac <thierry.florac@onf.fr>
Wed, 23 May 2018 15:21:24 +0200
changeset 10 1acfa99756ad
parent 9 e1f838a861f1
child 11 be5b3d594a84
Init version 0.1.2
buildout.cfg
setup.py
--- a/buildout.cfg	Sat Jan 27 00:40:59 2018 +0100
+++ b/buildout.cfg	Wed May 23 15:21:24 2018 +0200
@@ -61,4 +61,4 @@
 eggs = pyams_template [test]
 
 [versions]
-pyams_template = 0.1.1
+pyams_template = 0.1.2
--- a/setup.py	Sat Jan 27 00:40:59 2018 +0100
+++ b/setup.py	Wed May 23 15:21:24 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.1'
+version = '0.1.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []