--- a/buildout.cfg Wed Mar 07 16:14:12 2018 +0100
+++ b/buildout.cfg Wed Mar 07 16:14:45 2018 +0100
@@ -70,4 +70,4 @@
eggs = pyams_security [test]
[versions]
-pyams_security = 0.1.8
+pyams_security = 0.1.9
--- a/setup.py Wed Mar 07 16:14:12 2018 +0100
+++ b/setup.py Wed Mar 07 16:14:45 2018 +0100
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.8'
+version = '0.1.9'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []