There was an error while loading. Please reload this page.
2 parents cbd7064 + 28d359e commit b88cf6eCopy full SHA for b88cf6e
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change log
2
3
+### v0.15.3
4
+* Comprehensive type hints implement by @thatfloflo in https://github.com/python-eel/Eel/pull/577.
5
+
6
### v0.15.2
7
* Adds `register_eel_routes` to handle applying Eel routes to non-Bottle custom app instances.
8
setup.py
@@ -6,7 +6,7 @@
setup(
name='Eel',
9
- version='0.15.2',
+ version='0.15.3',
10
author='Python Eel Organisation',
11
author_email='python-eel@protonmail.com',
12
url='https://github.com/python-eel/Eel',
0 commit comments