Init version 0.1.10
authorThierry Florac <thierry.florac@onf.fr>
Wed, 28 Mar 2018 15:36:10 +0200
changeset 113 e8872cb2fb79
parent 112 023c18ab4bb8
child 114 d00688ea8124
Init version 0.1.10
buildout.cfg
setup.py
--- a/buildout.cfg	Tue Mar 20 17:49:13 2018 +0100
+++ b/buildout.cfg	Wed Mar 28 15:36:10 2018 +0200
@@ -70,4 +70,4 @@
 eggs = pyams_security [test]
 
 [versions]
-pyams_security = 0.1.9
+pyams_security = 0.1.10
--- a/setup.py	Tue Mar 20 17:49:13 2018 +0100
+++ b/setup.py	Wed Mar 28 15:36:10 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 = []