Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 038bc28

Browse files
authored
Merge pull request #628 from dstricks/v0.15.0
Bump to v0.15.0
2 parents 79607a8 + e4fabe9 commit 038bc28

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change log
22

3+
### v0.15.0
4+
* Add `shutdown_delay` as a `start()` function parameter ([#529](https://github.com/python-eel/Eel/pull/529))
5+
36
### v0.14.0
47
* Change JS function name parsing to use PyParsing rather than regex, courtesy @KyleKing.
58

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
setup(
88
name='Eel',
9-
version='0.14.0',
10-
author='Chris Knott',
11-
author_email='[email protected]',
12-
url='https://github.com/samuelhwilliams/Eel',
9+
version='0.15.0',
10+
author='Python Eel Organisation',
11+
author_email='[email protected]',
12+
url='https://github.com/python-eel/Eel',
1313
packages=['eel'],
1414
package_data={
1515
'eel': ['eel.js'],

0 commit comments

Comments
 (0)