Skip to content

Commit 65d3aed

Browse files
authored
Release 1.18.2 (#1439)
1 parent 3be8acb commit 65d3aed

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGES.rst

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

1515
.. towncrier release notes start
1616
17+
1.18.2
18+
======
19+
20+
*(2024-11-29)*
21+
22+
23+
No significant changes.
24+
25+
26+
----
27+
28+
1729
1.18.1
1830
======
1931

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.18.2.dev0"
4+
__version__ = "1.18.2"
55

66
__all__ = (
77
"URL",

0 commit comments

Comments
 (0)