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

Commit f42ca61

Browse files
Release v0.11.0
1 parent 102dcf3 commit f42ca61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log
22

3-
### v0.11.0 (not yet released)
3+
### v0.11.0
44
* Added support for `app` parameter to `eel.start`, which will override the bottle app instance used to run eel. This
55
allows developers to apply any middleware they wish to before handing over to eel.
66
* Disable page caching by default via new `disable_cache` parameter to `eel.start`.

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='1.0.0-a1',
6+
version='0.11.0',
77
author='Chris Knott',
88
author_email='chrisknott@hotmail.co.uk',
99
packages=['eel'],

0 commit comments

Comments
 (0)