init version 0.1.15
authorThierry Florac <thierry.florac@onf.fr>
Wed, 28 Mar 2018 15:37:44 +0200
changeset 293 b53a16777b7c
parent 292 3af31fd24809
child 294 ca2b091ad80d
init version 0.1.15
buildout.cfg
setup.py
--- a/buildout.cfg	Tue Mar 20 17:41:53 2018 +0100
+++ b/buildout.cfg	Wed Mar 28 15:37:44 2018 +0200
@@ -87,4 +87,4 @@
 eggs = pyams_skin [test]
 
 [versions]
-pyams_skin = 0.1.14
+pyams_skin = 0.1.15
--- a/setup.py	Tue Mar 20 17:41:53 2018 +0100
+++ b/setup.py	Wed Mar 28 15:37:44 2018 +0200
@@ -25,7 +25,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 = []