Init version 0.1.19
authorThierry Florac <thierry.florac@onf.fr>
Thu, 06 Dec 2018 11:26:42 +0100
changeset 279 7ce23b44512d
parent 278 2ff610b16c86
child 280 5058bcb9ffe4
Init version 0.1.19
buildout.cfg
setup.py
--- a/buildout.cfg	Tue Dec 04 17:36:39 2018 +0100
+++ b/buildout.cfg	Thu Dec 06 11:26:42 2018 +0100
@@ -79,4 +79,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.18
+pyams_default_theme = 0.1.19
--- a/setup.py	Tue Dec 04 17:36:39 2018 +0100
+++ b/setup.py	Thu Dec 06 11:26:42 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.18'
+version = '0.1.19'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []