init version 0.1.21
authorThierry Florac <tflorac@ulthar.net>
Wed, 26 Sep 2018 16:17:47 +0200
changeset 411 feea7fa7910f
parent 410 52ac6e569c70
child 412 659d729e027b
init version 0.1.21
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Sep 26 14:52:58 2018 +0200
+++ b/buildout.cfg	Wed Sep 26 16:17:47 2018 +0200
@@ -80,4 +80,4 @@
 eggs = pyams_skin [test]
 
 [versions]
-pyams_skin = 0.1.20
+pyams_skin = 0.1.21
--- a/setup.py	Wed Sep 26 14:52:58 2018 +0200
+++ b/setup.py	Wed Sep 26 16:17:47 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.20'
+version = '0.1.21'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []