Skip to content

Commit

Permalink
Merge pull request #382 from samuelhwilliams/v0.14.0
Browse files Browse the repository at this point in the history
Bump to v0.14.0
  • Loading branch information
samuelhwilliams authored Aug 17, 2020
2 parents 24cee9a + 22b54ab commit 8e5e90e
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.14.0
* Change JS function name parsing to use PyParsing rather than regex, courtesy @KyleKing.

### v0.13.2
* Add `default_path` start arg to define a default file to retrieve when hitting the root URL.

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.13.2',
version='0.14.0',
author='Chris Knott',
author_email='[email protected]',
url='https://github.com/samuelhwilliams/Eel',
Expand Down

0 comments on commit 8e5e90e

Please sign in to comment.