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

Commit f53b1ee

Browse files
Release version 0.18.0
1 parent 7c3f6ad commit f53b1ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
### 0.18.0
4+
* Added support for MS Internet Explorer in #744.
5+
* Added supported for app_mode in the Edge browser in #744.
6+
* Improved type annotations in #683.
7+
38
### 0.17.0
49
* Adds support for Python 3.11 and Python 3.12
510

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.17.0',
9+
version='0.18.0',
1010
author='Python Eel Organisation',
1111
author_email='[email protected]',
1212
url='https://github.com/python-eel/Eel',

0 commit comments

Comments
 (0)