Skip to content

Commit

Permalink
Merge pull request #628 from dstricks/v0.15.0
Browse files Browse the repository at this point in the history
Bump to v0.15.0
  • Loading branch information
dstricks authored Nov 14, 2022
2 parents 79607a8 + e4fabe9 commit 038bc28
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 038bc28

Please sign in to comment.