Skip to content

Commit d6d2116

Browse files
authored
Release 1.21.0 (#1568)
1 parent a5316cc commit d6d2116

5 files changed

Lines changed: 32 additions & 7 deletions

File tree

CHANGES.rst

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

1515
.. towncrier release notes start
1616
17+
1.21.0
18+
======
19+
20+
*(2025-10-05)*
21+
22+
23+
Contributor-facing changes
24+
--------------------------
25+
26+
- The :file:`reusable-cibuildwheel.yml` workflow has been refactored to
27+
be more generic and :file:`ci-cd.yml` now holds all the configuration
28+
toggles -- by :user:`webknjaz`.
29+
30+
*Related issues and pull requests on GitHub:*
31+
:issue:`1535`.
32+
33+
- When building wheels, the source distribution is now passed directly
34+
to the ``cibuildwheel`` invocation -- by :user:`webknjaz`.
35+
36+
*Related issues and pull requests on GitHub:*
37+
:issue:`1536`.
38+
39+
- Added CI for Python 3.14 -- by :user:`kumaraditya303`.
40+
41+
*Related issues and pull requests on GitHub:*
42+
:issue:`1560`.
43+
44+
45+
----
46+
47+
1748
1.20.1
1849
======
1950

CHANGES/1535.contrib.rst

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

CHANGES/1536.contrib.rst

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

CHANGES/1560.contrib.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.20.2.dev0"
4+
__version__ = "1.21.0"
55

66
__all__ = (
77
"URL",

0 commit comments

Comments
 (0)