File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGES
22
3+ ## 0.14.4 Patty (2023-10-27)
4+
5+ This release contains a fix when running with python 3.11
6+ or later, mainly when calling atvscript. Thanks @maxileith !
7+
8+ ** Changes:**
9+
10+ * Other:*
11+
12+ ```
13+ cc0e4a2 Wrap coroutines passed to asyncio.wait with create_tasks asyncio.wait does not support passing coroutines since python 3.11
14+ d8c6b4d cq: New attempt with token
15+ e611672 cq: New token for auto-merge
16+ b47ddbf cq: Update auto-merge token
17+ e7f880a cq: Try to fix auto-merge
18+ ```
19+
20+ ** All changes:**
21+
22+ ```
23+ cc0e4a2 Wrap coroutines passed to asyncio.wait with create_tasks asyncio.wait does not support passing coroutines since python 3.11
24+ d8c6b4d cq: New attempt with token
25+ e611672 cq: New token for auto-merge
26+ b47ddbf cq: Update auto-merge token
27+ e7f880a cq: Try to fix auto-merge
28+ ```
29+
330## 0.14.3 Otto (2023-10-23)
431
532Due to Home Assistant being stuck at pydantic v1 at the moment,
Original file line number Diff line number Diff line change 55
66MAJOR_VERSION = "0"
77MINOR_VERSION = "14"
8- PATCH_VERSION = "3 "
8+ PATCH_VERSION = "4 "
99__short_version__ = f"{ MAJOR_VERSION } .{ MINOR_VERSION } "
1010__version__ = f"{ __short_version__ } .{ PATCH_VERSION } "
1111
You can’t perform that action at this time.
0 commit comments