Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Aug 31, 2018
2 parents f22af59 + 57fd716 commit f5c19cb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autobahn/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
#
###############################################################################

__version__ = u'18.8.1'
__version__ = u'18.8.2'
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,21 @@ Changelog
master
------

* ...


18.8.2
------

* new: WAMP call cancel support
* fix: getting started documentation and general docs improvements
* fix: WebSocket auto-reconnect on opening handshake failure
* fix: more Python 3.7 compatibility and CI
* fix: Docker image building using multi-arch, size optimizations and more
* fix: asyncio failed to re-connect under some circumstances (#1040,
#1041, #1010, #1030)


18.8.1
------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ def run_tests(self):
url='http://crossbar.io/autobahn',
platforms='Any',
install_requires=[
'six>=1.10.0', # MIT license
'txaio>=18.7.1', # MIT license
'six>=1.11.0', # MIT license
'txaio>=18.8.1', # MIT license
],
extras_require={
'all': extras_require_all,
Expand Down

0 comments on commit f5c19cb

Please sign in to comment.