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

Commit a3cef07

Browse files
Merge pull request #736 from python-eel/bump-version-0.17.0
Bump to version 0.17.0
2 parents e803ae8 + 682f504 commit a3cef07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
### 0.17.0
4+
* Adds support for Python 3.11 and Python 3.12
5+
36
### v0.16.0
47
* Drop support for Python versions below 3.7
58

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.16.0',
9+
version='0.17.0',
1010
author='Python Eel Organisation',
1111
author_email='[email protected]',
1212
url='https://github.com/python-eel/Eel',

0 commit comments

Comments
 (0)