Init version 0.1.11
authorThierry Florac <thierry.florac@onf.fr>
Thu, 03 May 2018 11:50:02 +0200
changeset 124 9d6720585e2f
parent 123 65b0fdd42ef7
child 125 44639c19ec9b
Init version 0.1.11
buildout.cfg
setup.py
--- 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',