Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit c644227

Browse files
Bump to v0.11.0
1 parent 787d408 commit c644227

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change log
22

3+
### v0.11.1
4+
* Fix the implementation of #203, allowing users to pass their own bottle instances into Eel.
5+
36
### v0.11.0
47
* Added support for `app` parameter to `eel.start`, which will override the bottle app instance used to run eel. This
58
allows developers to apply any middleware they wish to before handing over to eel.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='Eel',
6-
version='0.11.0',
6+
version='0.11.1',
77
author='Chris Knott',
88
author_email='chrisknott@hotmail.co.uk',
99
packages=['eel'],

0 commit comments

Comments
 (0)