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

Commit c91fb2b

Browse files
Release for v0.12.4 (#303)
* Update setup.py * Update CHANGELOG.md
1 parent c18d7eb commit c91fb2b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### v0.12.4
4+
* Return greenlet task from `spawn()` ([#300](https://github.com/samuelhwilliams/Eel/pull/300))
5+
* Set JS mimetype to reduce errors on Windows platform ([#289](https://github.com/samuelhwilliams/Eel/pull/289))
6+
37
### v0.12.3
48
* Search for Chromium on macOS.
59

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.3',
9+
version='0.12.4',
1010
author='Chris Knott',
1111
author_email='chrisknott@hotmail.co.uk',
1212
url='https://github.com/samuelhwilliams/Eel',

0 commit comments

Comments
 (0)