Skip to content

Commit

Permalink
Merge pull request #333 from samuelhwilliams/bump-0.13.0
Browse files Browse the repository at this point in the history
Bump to v0.13.0
  • Loading branch information
samuelhwilliams authored Jun 21, 2020
2 parents 15135bc + 21dfc68 commit 90125fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

### 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.
* Disable edge on non-Windows platforms until we implement proper support.

### v0.12.4
* Return greenlet task from `spawn()` ([#300](https://github.com/samuelhwilliams/Eel/pull/300))
* Set JS mimetype to reduce errors on Windows platform ([#289](https://github.com/samuelhwilliams/Eel/pull/289))
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.12.4',
version='0.13.0',
author='Chris Knott',
author_email='[email protected]',
url='https://github.com/samuelhwilliams/Eel',
Expand Down

0 comments on commit 90125fb

Please sign in to comment.