Skip to content

Commit

Permalink
Bump to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Williams committed Jan 2, 2020
1 parent b679025 commit 75fe1a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='Eel',
version='0.12.0',
version='0.12.1',
author='Chris Knott',
author_email='[email protected]',
url='https://github.com/samuelhwilliams/Eel',
Expand Down

0 comments on commit 75fe1a1

Please sign in to comment.