We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b690f commit b20f166Copy full SHA for b20f166
CHANGES.txt
@@ -1,6 +1,11 @@
1
CHANGES
2
-------
3
4
+0.6.1 (2015-05-19)
5
+^^^^^^^^^^^^^^^^^^
6
+
7
+* Dynamically get list of pyzmq socket types
8
9
0.6.0 (2015-02-14)
10
^^^^^^^^^^^^^^^^^^
11
aiozmq/__init__.py
@@ -18,7 +18,7 @@
18
'create_zmq_connection',
19
'version_info', 'version')
20
21
-__version__ = '0.6.0'
+__version__ = '0.6.1'
22
23
version = __version__ + ' , Python ' + sys.version
24
0 commit comments