--- a/buildout.cfg Thu Oct 25 14:00:29 2018 +0200
+++ b/buildout.cfg Fri Oct 26 09:59:33 2018 +0200
@@ -59,4 +59,4 @@
eggs = pyams_zmq [test]
[versions]
-pyams_zmq = 0.1.3
+pyams_zmq = 0.1.4
--- a/docs/HISTORY.txt Thu Oct 25 14:00:29 2018 +0200
+++ b/docs/HISTORY.txt Fri Oct 26 09:59:33 2018 +0200
@@ -1,6 +1,10 @@
History
=======
+0.1.4
+-----
+ - install ZMQ IO loop on process startup
+
0.1.3
-----
- added authentication and access control
--- a/setup.py Thu Oct 25 14:00:29 2018 +0200
+++ b/setup.py Fri Oct 26 09:59:33 2018 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.3'
+version = '0.1.4'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_zmq.egg-info/PKG-INFO Thu Oct 25 14:00:29 2018 +0200
+++ b/src/pyams_zmq.egg-info/PKG-INFO Fri Oct 26 09:59:33 2018 +0200
@@ -1,17 +1,20 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
Name: pyams-zmq
-Version: 0.1.3
+Version: 0.1.4
Summary: PyAMS package for 0MQ
Home-page: http://hg.ztfy.org/pyams/pyams_zmq
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
-Description-Content-Type: UNKNOWN
Description:
History
=======
+ 0.1.4
+ -----
+ - install ZMQ IO loop on process startup
+
0.1.3
-----
- added authentication and access control
@@ -36,3 +39,4 @@
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: test