There was an error while loading. Please reload this page.
2 parents 79607a8 + e4fabe9 commit 038bc28Copy full SHA for 038bc28
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change log
2
3
+### v0.15.0
4
+* Add `shutdown_delay` as a `start()` function parameter ([#529](https://github.com/python-eel/Eel/pull/529))
5
+
6
### v0.14.0
7
* Change JS function name parsing to use PyParsing rather than regex, courtesy @KyleKing.
8
setup.py
@@ -6,10 +6,10 @@
setup(
name='Eel',
9
- version='0.14.0',
10
- author='Chris Knott',
11
- author_email='chrisknott@hotmail.co.uk',
12
- url='https://github.com/samuelhwilliams/Eel',
+ version='0.15.0',
+ author='Python Eel Organisation',
+ author_email='python-eel@protonmail.com',
+ url='https://github.com/python-eel/Eel',
13
packages=['eel'],
14
package_data={
15
'eel': ['eel.js'],
0 commit comments