Skip to content

Commit 3388c7f

Browse files
committed
Release 13.0.0
1 parent e1b087a commit 3388c7f

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Changelog
22

3-
## 2025/03/xx Version 13.0.0
4-
5-
- Fixed type checking with `mypy` and `pyright`
6-
- Dropped support for Python 3.8, 3.9 and 3.10
7-
- Export `Handler` in `pyee/__init__.py`
3+
## 2025/03/17 Version 13.0.0
4+
5+
- Type checking improvements
6+
- Introduce overloads for `ee.on`
7+
- Add `None` return type for functions as appropriate
8+
- Type `self` as `Any` in all methods
9+
- Local and CI tasks for type checking with `mypy`
10+
- `mypy` type checking passes
11+
- `pyright` type checking passes
12+
- Removed conditional import of `iscoroutine`
13+
- This was implemented to support Python 3.3, which was dropped long ago
14+
- Removed type stub for `twisted.python.Failure`
15+
- This was to address a typing issue in unsupported versions of Twisted
16+
- Export `Handler` type in `pyee/__init__.py`
817

918
## 2024/11/16 Version 12.1.1
1019

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyee"
7-
version = "12.1.1"
7+
version = "13.0.0"
88
authors = [
99
{name = "Josh Holbrook", email = "josh.holbrook@gmail.com"}
1010
]

0 commit comments

Comments
 (0)