setup.py
changeset 103 c3ebb29f8575
parent 100 c8b0000adaf4
child 106 75848827f8af
--- a/setup.py	Wed Jun 17 13:54:56 2020 +0200
+++ b/setup.py	Mon Jun 29 22:35:49 2020 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.17.1'
+version = '0.1.17.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -62,7 +62,7 @@
           'pyams_security',
           'pyams_skin',
           'pyams_template',
-          'pyams_utils >= 0.1.15',
+          'pyams_utils >= 0.1.35',
           'pyams_viewlet',
           'pyramid',
           'zope.component',