Init version 0.1.10
authorThierry Florac <thierry.florac@onf.fr>
Fri, 22 Jun 2018 12:46:15 +0200
changeset 47 e7d34a774c7e
parent 46 71c5e220d461
child 48 4ef3339c13e4
Init version 0.1.10
buildout.cfg
setup.py
--- a/buildout.cfg	Mon Jun 11 16:10:12 2018 +0200
+++ b/buildout.cfg	Fri Jun 22 12:46:15 2018 +0200
@@ -68,4 +68,4 @@
 eggs = pyams_sequence [test]
 
 [versions]
-pyams_sequence = 0.1.9
+pyams_sequence = 0.1.10
--- a/setup.py	Mon Jun 11 16:10:12 2018 +0200
+++ b/setup.py	Fri Jun 22 12:46:15 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.9'
+version = '0.1.10'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -61,6 +61,7 @@
           'pyams_catalog',
           'pyams_form',
           'pyams_pagelet',
+          'pyams_skin',
           'pyams_utils >= 0.1.15',
           'pyramid',
           'zope.component',