Init version 0.1.13
authorThierry Florac <thierry.florac@onf.fr>
Thu, 28 Jun 2018 12:04:58 +0200
changeset 134 4c9cead41e2a
parent 133 f48b074e9ae6
child 135 0dd610aa71c2
Init version 0.1.13
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Jun 28 12:03:07 2018 +0200
+++ b/buildout.cfg	Thu Jun 28 12:04:58 2018 +0200
@@ -70,4 +70,4 @@
 eggs = pyams_security [test]
 
 [versions]
-pyams_security = 0.1.12
+pyams_security = 0.1.13
--- a/setup.py	Thu Jun 28 12:03:07 2018 +0200
+++ b/setup.py	Thu Jun 28 12:04:58 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.12'
+version = '0.1.13'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []