Init version 0.1.17
authorThierry Florac <thierry.florac@onf.fr>
Wed, 13 Jun 2018 09:02:32 +0200
changeset 338 a774539b3f81
parent 337 fe6f65112066
child 339 9ae118fc2730
Init version 0.1.17
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Jun 13 09:01:45 2018 +0200
+++ b/buildout.cfg	Wed Jun 13 09:02:32 2018 +0200
@@ -80,4 +80,4 @@
 eggs = pyams_skin [test]
 
 [versions]
-pyams_skin = 0.1.16
+pyams_skin = 0.1.17
--- a/setup.py	Wed Jun 13 09:01:45 2018 +0200
+++ b/setup.py	Wed Jun 13 09:02:32 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.16'
+version = '0.1.17'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []