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

Commit 90125fb

Browse files
Merge pull request #333 from samuelhwilliams/bump-0.13.0
Bump to v0.13.0
2 parents 15135bc + 21dfc68 commit 90125fb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
### v0.13.0
4+
* Drop support for Python versions below 3.6
5+
* Add `jinja2` as an extra for pip installation, e.g. `pip install eel[jinja2]`.
6+
* 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.
7+
* Disable edge on non-Windows platforms until we implement proper support.
8+
39
### v0.12.4
410
* Return greenlet task from `spawn()` ([#300](https://github.com/samuelhwilliams/Eel/pull/300))
511
* Set JS mimetype to reduce errors on Windows platform ([#289](https://github.com/samuelhwilliams/Eel/pull/289))

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.12.4',
9+
version='0.13.0',
1010
author='Chris Knott',
1111
author_email='[email protected]',
1212
url='https://github.com/samuelhwilliams/Eel',

0 commit comments

Comments
 (0)