--- a/docs/HISTORY.txt Thu Mar 08 09:13:51 2018 +0100
+++ b/docs/HISTORY.txt Sun Mar 11 11:23:51 2018 +0100
@@ -1,6 +1,11 @@
History
=======
+0.1.3
+-----
+ - added authentication and access control
+ - added Tornado dependency to remove ZMQ warning
+
0.1.2
-----
- added socket utility functions to handle connection timeout
--- a/src/pyams_zmq.egg-info/PKG-INFO Thu Mar 08 09:13:51 2018 +0100
+++ b/src/pyams_zmq.egg-info/PKG-INFO Sun Mar 11 11:23:51 2018 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-zmq
-Version: 0.1.2
+Version: 0.1.3
Summary: PyAMS package for 0MQ
Home-page: http://hg.ztfy.org/pyams/pyams_zmq
Author: Thierry Florac
@@ -12,6 +12,11 @@
History
=======
+ 0.1.3
+ -----
+ - added authentication and access control
+ - added Tornado dependency to remove ZMQ warning
+
0.1.2
-----
- added socket utility functions to handle connection timeout
--- a/src/pyams_zmq.egg-info/requires.txt Thu Mar 08 09:13:51 2018 +0100
+++ b/src/pyams_zmq.egg-info/requires.txt Sun Mar 11 11:23:51 2018 +0100
@@ -1,6 +1,7 @@
setuptools
pyramid
pyzmq
+tornado
zope.component
zope.interface