From 75fe1a107e53842b92eedec4666391d38402dcf1 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 2 Jan 2020 19:08:06 +0000 Subject: [PATCH] Bump to v0.12.1 --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff361553..e3c43bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change log +### v0.12.1 +* Check that Chrome path is a file that exists on Windows before blindly returning it. + ## v0.12.0 * Allow users to override the amount of time Python will wait for Javascript functions running via Eel to run before bailing and returning None. diff --git a/setup.py b/setup.py index 33d060d7..ad5a20ee 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='Eel', - version='0.12.0', + version='0.12.1', author='Chris Knott', author_email='chrisknott@hotmail.co.uk', url='https://github.com/samuelhwilliams/Eel',