Skip to content

Commit

Permalink
Bump to v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Jun 28, 2020
1 parent 5692f70 commit 2db3c83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change log

### v0.13.0
### v0.13.1
* Shut down the Eel server less aggressively when websockets get closed (#337)

## v0.13.0
* Drop support for Python versions below 3.6
* Add `jinja2` as an extra for pip installation, e.g. `pip install eel[jinja2]`.
* Bump dependencies in examples to dismiss github security notices. We probably want to set up a policy to ignore example dependencies as they shouldn't be considered a source of vulnerabilities.
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.0',
version='0.13.1',
author='Chris Knott',
author_email='[email protected]',
url='https://github.com/samuelhwilliams/Eel',
Expand Down

0 comments on commit 2db3c83

Please sign in to comment.