diff --git a/CHANGELOG.md b/CHANGELOG.md index 995501c0..00bc5b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index c04203c3..15199413 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='Eel', - version='0.13.2', + version='0.14.0', author='Chris Knott', author_email='chrisknott@hotmail.co.uk', url='https://github.com/samuelhwilliams/Eel',