Skip to content

Commit

Permalink
Bump to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Nov 18, 2019
1 parent 787d408 commit c644227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change log

### v0.11.1
* Fix the implementation of #203, allowing users to pass their own bottle instances into Eel.

### v0.11.0
* Added support for `app` parameter to `eel.start`, which will override the bottle app instance used to run eel. This
allows developers to apply any middleware they wish to before handing over to eel.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='Eel',
version='0.11.0',
version='0.11.1',
author='Chris Knott',
author_email='[email protected]',
packages=['eel'],
Expand Down

0 comments on commit c644227

Please sign in to comment.