There was an error while loading. Please reload this page.
1 parent c18d7eb commit c91fb2bCopy full SHA for c91fb2b
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change log
2
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
+
7
### v0.12.3
8
* Search for Chromium on macOS.
9
setup.py
@@ -6,7 +6,7 @@
setup(
name='Eel',
- version='0.12.3',
+ version='0.12.4',
10
author='Chris Knott',
11
author_email='chrisknott@hotmail.co.uk',
12
url='https://github.com/samuelhwilliams/Eel',
0 commit comments