bump version; update changelog

This commit is contained in:
Tobias Oberstein 2017-05-01 11:43:56 +02:00
parent f1eb092a5e
commit 07a36ed5bc
2 changed files with 13 additions and 1 deletions

View File

@ -24,4 +24,4 @@
#
###############################################################################
__version__ = u'0.18.2'
__version__ = u'17.5.1'

View File

@ -5,6 +5,18 @@
Changelog
=========
17.5.1
------
`Published 2017-05-01 <https://pypi.python.org/pypi/autobahn/17.5.1>`__
* new: switched to calendar-based release/version numbering
* new: WAMP event retention example and docs
* new: WAMP subscribe/register options on WAMP decorators
* fix: require all TLS dependencies on extra_require_encryption setuptools
* new: support for X-Forwarded-For HTTP header
* fix: ABC interface definitions where missing "self"
0.18.2
------