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 1e41fbe commit 0909830Copy full SHA for 0909830
2 files changed
CHANGES.txt
@@ -1,7 +1,7 @@
1
CHANGES
2
-------
3
4
-0.7.0 (XXXX-XX-XX)
+0.7.0 (2015-07-31)
5
^^^^^^^^^^^^^^^^^^
6
7
* Implement monitoring ZMQ events #50
@@ -10,6 +10,8 @@ CHANGES
10
11
* Relax endpont check #56
12
13
+* Implement monitoring events for stream api #52
14
+
15
0.6.1 (2015-05-19)
16
17
aiozmq/__init__.py
@@ -18,7 +18,7 @@
18
'create_zmq_connection',
19
'version_info', 'version')
20
21
-__version__ = '0.6.1'
+__version__ = '0.7.0'
22
23
version = __version__ + ' , Python ' + sys.version
24
0 commit comments