From e4fabe9c0c89c516c90400f0f3ef048996e9b356 Mon Sep 17 00:00:00 2001 From: "David M. Strickland" Date: Wed, 9 Nov 2022 06:04:59 -1000 Subject: [PATCH] Bump to v0.15.0 --- CHANGELOG.md | 3 +++ setup.py | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00bc5b6d..6f853049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index 15199413..35eb2975 100644 --- a/setup.py +++ b/setup.py @@ -6,10 +6,10 @@ setup( name='Eel', - version='0.14.0', - author='Chris Knott', - author_email='chrisknott@hotmail.co.uk', - 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', packages=['eel'], package_data={ 'eel': ['eel.js'],