Init version 0.1.12
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Mar 2018 09:13:06 +0100
changeset 144 c9e3cfbbe4ad
parent 143 0ee046374dae
child 145 1a58b78a8f99
Init version 0.1.12
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Feb 22 11:04:56 2018 +0100
+++ b/buildout.cfg	Thu Mar 08 09:13:06 2018 +0100
@@ -96,4 +96,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.11
+pyams_utils = 0.1.12
--- a/setup.py	Thu Feb 22 11:04:56 2018 +0100
+++ b/setup.py	Thu Mar 08 09:13:06 2018 +0100
@@ -25,11 +25,12 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.11'
+version = '0.1.12'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
-    'pyramid_zcml'
+    'pyramid_zcml',
+    'zope.exceptions'
 ]
 
 setup(name='pyams_utils',