diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3dd497..5f229aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change log +### v0.15.3 +* Comprehensive type hints implement by @thatfloflo in https://github.com/python-eel/Eel/pull/577. + ### v0.15.2 * Adds `register_eel_routes` to handle applying Eel routes to non-Bottle custom app instances. diff --git a/setup.py b/setup.py index 7df8e22e..c0653119 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='Eel', - version='0.15.2', + version='0.15.3', author='Python Eel Organisation', author_email='python-eel@protonmail.com', url='https://github.com/python-eel/Eel',