# HG changeset patch # User Thierry Florac # Date 1520763831 -3600 # Node ID 82fc83b00f693cd941fb6ade96e3c65b7a5be676 # Parent 5d0e80662a82df7e501b560e7616494b7a607e82 Updated translations diff -r 5d0e80662a82 -r 82fc83b00f69 docs/HISTORY.txt --- 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 diff -r 5d0e80662a82 -r 82fc83b00f69 src/pyams_zmq.egg-info/PKG-INFO --- 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 diff -r 5d0e80662a82 -r 82fc83b00f69 src/pyams_zmq.egg-info/requires.txt --- 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