diff --git a/autobahn/_version.py b/autobahn/_version.py index 3020b723..947e7712 100644 --- a/autobahn/_version.py +++ b/autobahn/_version.py @@ -24,4 +24,4 @@ # ############################################################################### -__version__ = u'0.18.2' +__version__ = u'17.5.1' diff --git a/docs/changelog.rst b/docs/changelog.rst index 1d03781e..bfd30ba6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,18 @@ Changelog ========= +17.5.1 +------ + +`Published 2017-05-01 `__ + +* 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 ------