Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed Nov 30, 2016
1 parent a892062 commit f0a4912
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autobahn/_version.py
Expand Up @@ -24,4 +24,4 @@
#
###############################################################################

__version__ = u'0.16.1'
__version__ = u'0.17.0'
10 changes: 10 additions & 0 deletions docs/changelog.rst
Expand Up @@ -5,6 +5,16 @@
Changelog
=========

0.17.0
------

`Published 2016-11-30 <https://pypi.python.org/pypi/autobahn/0.17.0`_

* new: WAMP PubSub event retention
* new: WAMP PubSub last will / testament
* new: WAMP PubSub acknowledged delivery
* fix: WAMP Session lifecycle - properly handle asynchronous `ApplicationSession.onConnect` for asyncio

0.16.1
------

Expand Down

0 comments on commit f0a4912

Please sign in to comment.