Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 2db3c83

Browse files
Bump to v0.13.1
1 parent 5692f70 commit 2db3c83

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change log
22

3-
### v0.13.0
3+
### v0.13.1
4+
* Shut down the Eel server less aggressively when websockets get closed (#337)
5+
6+
## v0.13.0
47
* Drop support for Python versions below 3.6
58
* Add `jinja2` as an extra for pip installation, e.g. `pip install eel[jinja2]`.
69
* 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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='Eel',
9-
version='0.13.0',
9+
version='0.13.1',
1010
author='Chris Knott',
1111
author_email='[email protected]',
1212
url='https://github.com/samuelhwilliams/Eel',

0 commit comments

Comments
 (0)