Skip to content

Commit 3911a9c

Browse files
committed
Release 0.14.4
1 parent cc0e4a2 commit 3911a9c

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
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

532
Due to Home Assistant being stuck at pydantic v1 at the moment,

pyatv/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
MAJOR_VERSION = "0"
77
MINOR_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

0 commit comments

Comments
 (0)