Version 0.1.2 0.1.2
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Oct 2015 10:03:48 +0200
changeset 8 8caea347dca8
parent 7 770bef3c8544
child 9 6fb42275eff9
Version 0.1.2
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_zmq.egg-info/PKG-INFO
src/pyams_zmq.egg-info/SOURCES.txt
--- a/buildout.cfg	Wed Aug 26 17:43:06 2015 +0200
+++ b/buildout.cfg	Thu Oct 08 10:03:48 2015 +0200
@@ -56,4 +56,4 @@
 eggs = pyams_zmq [test]
 
 [versions]
-pyams_base = 0.1.1
+pyams_zmq = 0.1.2
--- a/docs/HISTORY.txt	Wed Aug 26 17:43:06 2015 +0200
+++ b/docs/HISTORY.txt	Thu Oct 08 10:03:48 2015 +0200
@@ -0,0 +1,14 @@
+History
+=======
+
+0.1.2
+-----
+ - added socket utility functions to handle connection timeout
+
+0.1.1
+-----
+ - organized imports
+
+0.1.0
+-----
+ - first release
--- a/setup.py	Wed Aug 26 17:43:06 2015 +0200
+++ b/setup.py	Thu Oct 08 10:03:48 2015 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.1'
+version = '0.1.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_zmq.egg-info/PKG-INFO	Wed Aug 26 17:43:06 2015 +0200
+++ b/src/pyams_zmq.egg-info/PKG-INFO	Thu Oct 08 10:03:48 2015 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-zmq
-Version: 0.1.1
+Version: 0.1.2
 Summary: PyAMS package for 0MQ
 Home-page: http://hg.ztfy.org/pyams/pyams_zmq
 Author: Thierry Florac
@@ -8,6 +8,20 @@
 License: ZPL
 Description: 
         
+        History
+        =======
+        
+        0.1.2
+        -----
+         - added socket utility functions to handle connection timeout
+        
+        0.1.1
+        -----
+         - organized imports
+        
+        0.1.0
+        -----
+         - first release
         
 Keywords: Pyramid PyAMS 0MQ
 Platform: UNKNOWN
--- a/src/pyams_zmq.egg-info/SOURCES.txt	Wed Aug 26 17:43:06 2015 +0200
+++ b/src/pyams_zmq.egg-info/SOURCES.txt	Thu Oct 08 10:03:48 2015 +0200
@@ -5,6 +5,7 @@
 src/pyams_zmq/__init__.py
 src/pyams_zmq/handler.py
 src/pyams_zmq/process.py
+src/pyams_zmq/socket.py
 src/pyams_zmq.egg-info/PKG-INFO
 src/pyams_zmq.egg-info/SOURCES.txt
 src/pyams_zmq.egg-info/dependency_links.txt