Skip to content

Commit

Permalink
bump version; update changelog (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Dec 17, 2018
1 parent 43cee95 commit bf699db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.11.2'
__version__ = u'18.12.1'
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
Changelog
=========

18.12.1
-------

* fix: return the wrapped function from component decorators (#1093)
* new: add proxy= support for Component transports (#1091)
* fix: Ticket1077 stop start (#1090)
* fix: cleanup cancel handling (#1087)

18.11.2
-------

Expand Down

0 comments on commit bf699db

Please sign in to comment.