Skip to content

Commit 2127e8d

Browse files
authored
Release 1.20.0 (#1504)
1 parent 50b561e commit 2127e8d

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGES.rst

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

1515
.. towncrier release notes start
1616
17+
1.20.0
18+
======
19+
20+
*(2025-04-16)*
21+
22+
23+
Features
24+
--------
25+
26+
- Implemented support for the free-threaded build of CPython 3.13 -- by :user:`lysnikolaou`.
27+
28+
*Related issues and pull requests on GitHub:*
29+
:issue:`1456`.
30+
31+
32+
Packaging updates and notes for downstreams
33+
-------------------------------------------
34+
35+
- Started building wheels for the free-threaded build of CPython 3.13 -- by :user:`lysnikolaou`.
36+
37+
*Related issues and pull requests on GitHub:*
38+
:issue:`1456`.
39+
40+
41+
----
42+
43+
1744
1.19.0
1845
======
1946

CHANGES/1456.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1456.packaging.rst

Lines changed: 0 additions & 1 deletion
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.19.1.dev0"
4+
__version__ = "1.20.0"
55

66
__all__ = (
77
"URL",

0 commit comments

Comments
 (0)