Skip to content

Commit

Permalink
Bump to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstricks committed Nov 9, 2022
1 parent 79607a8 commit e4fabe9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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.0
* Add `shutdown_delay` as a `start()` function parameter ([#529](https://github.com/python-eel/Eel/pull/529))

### v0.14.0
* Change JS function name parsing to use PyParsing rather than regex, courtesy @KyleKing.

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

setup(
name='Eel',
version='0.14.0',
author='Chris Knott',
author_email='[email protected]',
url='https://github.com/samuelhwilliams/Eel',
version='0.15.0',
author='Python Eel Organisation',
author_email='[email protected]',
url='https://github.com/python-eel/Eel',
packages=['eel'],
package_data={
'eel': ['eel.js'],
Expand Down

0 comments on commit e4fabe9

Please sign in to comment.