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

Commit b88cf6e

Browse files
Merge pull request #661 from python-eel/SW-bump-version
Bump version to 0.15.3
2 parents cbd7064 + 28d359e commit b88cf6e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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.15.3
4+
* Comprehensive type hints implement by @thatfloflo in https://github.com/python-eel/Eel/pull/577.
5+
36
### v0.15.2
47
* Adds `register_eel_routes` to handle applying Eel routes to non-Bottle custom app instances.
58

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

0 commit comments

Comments
 (0)