Skip to content

Commit eb2962a

Browse files
committed
Release v12.1.1
1 parent 5f0f466 commit eb2962a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2024/11/16 Version 12.1.1
4+
5+
- Fixed ReadTheDocs build
6+
- `build.os` is [now a required parameter](https://blog.readthedocs.com/use-build-os-config/)
7+
- `python.version` is replaced by `build.tools`
8+
39
## 2024/11/16 Version 12.1.0
410

511
- New features in `pyee.asyncio.AsyncIOEventEmitter`:

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.0"
7+
version = "12.1.1"
88
authors = [
99
{name = "Josh Holbrook", email = "josh.holbrook@gmail.com"}
1010
]

0 commit comments

Comments
 (0)