--- a/buildout.cfg Thu May 03 11:49:48 2018 +0200
+++ b/buildout.cfg Thu May 03 11:50:02 2018 +0200
@@ -70,4 +70,4 @@
eggs = pyams_security [test]
[versions]
-pyams_security = 0.1.10
+pyams_security = 0.1.11
--- a/setup.py Thu May 03 11:49:48 2018 +0200
+++ b/setup.py Thu May 03 11:50:02 2018 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.10'
+version = '0.1.11'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
@@ -62,7 +62,7 @@
'fanstatic',
'hypatia',
'pyams_file',
- 'pyams_form',
+ 'pyams_form >= 0.1.13',
'pyams_pagelet',
'pyams_skin',
'pyams_utils',