Init version 0.1.6
authorThierry Florac <thierry.florac@onf.fr>
Wed, 13 Jun 2018 08:54:06 +0200
changeset 42 ce1812019fa2
parent 41 36ec18042fb2
child 43 49314bf50fb2
Init version 0.1.6
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Jun 13 08:53:03 2018 +0200
+++ b/buildout.cfg	Wed Jun 13 08:54:06 2018 +0200
@@ -79,4 +79,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.5
+pyams_default_theme = 0.1.6
--- a/setup.py	Wed Jun 13 08:53:03 2018 +0200
+++ b/setup.py	Wed Jun 13 08:54:06 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.5'
+version = '0.1.6'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []