Updated translations
authorThierry Florac <tflorac@ulthar.net>
Sun, 11 Mar 2018 11:23:51 +0100
changeset 15 82fc83b00f69
parent 14 5d0e80662a82
child 16 4a5b522fe30f
Updated translations
docs/HISTORY.txt
src/pyams_zmq.egg-info/PKG-INFO
src/pyams_zmq.egg-info/requires.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
--- 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