From 9ad7878e0ce2afcd3117aa5059365a74623eadfd Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Fri, 21 Jul 2017 13:58:54 +0200 Subject: [PATCH] prepare for release (#874) --- autobahn/_version.py | 2 +- docs/changelog.rst | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/autobahn/_version.py b/autobahn/_version.py index 5f38ca81..f7b8ebe1 100644 --- a/autobahn/_version.py +++ b/autobahn/_version.py @@ -24,4 +24,4 @@ # ############################################################################### -__version__ = u'17.6.2' +__version__ = u'17.7.1' diff --git a/docs/changelog.rst b/docs/changelog.rst index 76db0c95..772e7631 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Changelog ========= + +17.7.1 +------ + +`Published 2017-07-21 `__ + +* 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 ------