Skip to content

Commit

Permalink
Merge pull request #661 from python-eel/SW-bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.15.3
  • Loading branch information
samuelhwilliams authored Feb 13, 2023
2 parents cbd7064 + 28d359e commit b88cf6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='Eel',
version='0.15.2',
version='0.15.3',
author='Python Eel Organisation',
author_email='[email protected]',
url='https://github.com/python-eel/Eel',
Expand Down

0 comments on commit b88cf6e

Please sign in to comment.