update changelog; bump version (#861)

This commit is contained in:
Tobias Oberstein 2017-06-24 14:03:38 +02:00 committed by GitHub
parent 4884a7375b
commit c797d5a3fc
2 changed files with 10 additions and 1 deletions

View File

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

View File

@ -5,6 +5,15 @@
Changelog
=========
17.6.2
------
`Published 2017-06-24 <https://pypi.python.org/pypi/autobahn/17.6.2>`__
* new: force register option when joining realms
* fix: TLS options in components API
17.6.1
------