Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed May 19, 2015
1 parent c7b690f commit b20f166
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
-------

0.6.1 (2015-05-19)
^^^^^^^^^^^^^^^^^^

* Dynamically get list of pyzmq socket types

0.6.0 (2015-02-14)
^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion aiozmq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'create_zmq_connection',
'version_info', 'version')

__version__ = '0.6.0'
__version__ = '0.6.1'

version = __version__ + ' , Python ' + sys.version

Expand Down

0 comments on commit b20f166

Please sign in to comment.