Skip to content

Commit ed241de

Browse files
authored
Release 1.22.0 (#1569)
1 parent 38588fb commit ed241de

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGES.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
1.22.0
18+
======
19+
20+
*(2025-10-05)*
21+
22+
23+
Features
24+
--------
25+
26+
- Added arm64 Windows wheel builds
27+
-- by :user:`finnagin`.
28+
29+
*Related issues and pull requests on GitHub:*
30+
:issue:`1516`.
31+
32+
33+
----
34+
35+
1736
1.21.0
1837
======
1938

CHANGES/1516.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

yarl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from ._query import Query, QueryVariable, SimpleQuery
22
from ._url import URL, cache_clear, cache_configure, cache_info
33

4-
__version__ = "1.21.0"
4+
__version__ = "1.22.0"
55

66
__all__ = (
77
"URL",

0 commit comments

Comments
 (0)