Merge pull request #773 from oberstet/rel-0-17-1

bump version; update changelog
This commit is contained in:
Tobias Oberstein 2016-12-29 16:07:58 +01:00 committed by GitHub
commit 73067d1fd1
2 changed files with 11 additions and 1 deletions

View File

@ -24,4 +24,4 @@
#
###############################################################################
__version__ = u'0.17.0'
__version__ = u'0.17.1'

View File

@ -5,6 +5,16 @@
Changelog
=========
0.17.1
------
`Published 2016-12-29 <https://pypi.python.org/pypi/autobahn/0.17.1`_
* new: demo MQTT and WAMP clients interoperating via Crossbar.io
* new: WAMP message attributes for message resumption
* new: improvements to experimental WAMP components API
* fix: Python 3.4.4+ when using asyncio
0.17.0
------