prepare for release

This commit is contained in:
Tobias Oberstein 2016-08-14 14:32:10 +02:00
parent 6983b062dd
commit 8018cc85ad
2 changed files with 10 additions and 1 deletions

View File

@ -24,4 +24,4 @@
#
###############################################################################
__version__ = u'0.15.0'
__version__ = u'0.16.0'

View File

@ -5,6 +5,15 @@
Changelog
=========
0.16.0
------
`Published 2016-08-14 <https://pypi.python.org/pypi/autobahn/0.16.0`_
* new: new `autobahn.wamp.component` API in experimental stage
* new: Ed25519 OpenSSH and OpenBSD signify key support
* fix: allow Py2 and async user code in `onConnect` callback of asyncio
0.15.0
------