prepare for release (#874)

This commit is contained in:
Tobias Oberstein 2017-07-21 13:58:54 +02:00 committed by GitHub
parent 47e63dc009
commit 9ad7878e0c
2 changed files with 9 additions and 2 deletions

View File

@ -24,4 +24,4 @@
#
###############################################################################
__version__ = u'17.6.2'
__version__ = u'17.7.1'

View File

@ -5,6 +5,14 @@
Changelog
=========
17.7.1
------
`Published 2017-07-21 <https://pypi.python.org/pypi/autobahn/17.7.1>`__
* new: lots of improvements of components API, including asyncio support
17.6.2
------
@ -13,7 +21,6 @@ Changelog
* new: force register option when joining realms
* fix: TLS options in components API
17.6.1
------