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

Commit 41e2d8a

Browse files
Merge pull request #750 from python-eel/bau/fix-package
Fix broken v0.18.0 missing typing_extensions
2 parents b3cd7fb + 0ede901 commit 41e2d8a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
### 0.18.1
4+
5+
* Fix: Include `typing_extensions` in install requirements.
6+
37
### 0.18.0
48
* Added support for MS Internet Explorer in #744.
59
* Added supported for app_mode in the Edge browser in #744.

setup.py

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

77
setup(
88
name='Eel',
9-
version='0.18.0',
9+
version='0.18.1',
1010
author='Python Eel Organisation',
1111
author_email='[email protected]',
1212
url='https://github.com/python-eel/Eel',

0 commit comments

Comments
 (0)