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

Commit a06e678

Browse files
Switch from pkg_resources to importlib.resources
1 parent 163d5c3 commit a06e678

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.2
4+
5+
* Switch from using `pkg_resources` to `importlib.resources`: https://github.com/python-eel/Eel/pull/766
6+
37
### 0.18.1
48

59
* Fix: Include `typing_extensions` in install requirements.

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.1',
9+
version='0.18.2',
1010
author='Python Eel Organisation',
1111
author_email='python-eel@protonmail.com',
1212
url='https://github.com/python-eel/Eel',

0 commit comments

Comments
 (0)