Init version 0.1.3
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Mar 2018 09:13:51 +0100
changeset 14 5d0e80662a82
parent 13 839b61e1531a
child 15 82fc83b00f69
Init version 0.1.3
buildout.cfg
setup.py
--- a/buildout.cfg	Mon Mar 05 12:27:53 2018 +0100
+++ b/buildout.cfg	Thu Mar 08 09:13:51 2018 +0100
@@ -58,4 +58,4 @@
 eggs = pyams_zmq [test]
 
 [versions]
-pyams_zmq = 0.1.2
+pyams_zmq = 0.1.3
--- a/setup.py	Mon Mar 05 12:27:53 2018 +0100
+++ b/setup.py	Thu Mar 08 09:13:51 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.2'
+version = '0.1.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -58,6 +58,7 @@
           # -*- Extra requirements: -*-
           'pyramid',
           'pyzmq',
+          'tornado',
           'zope.component',
           'zope.interface',
       ],