Skip to content

Commit f7b83d7

Browse files
authored
Release 1.17.1 (#1400)
1 parent 5c2af26 commit f7b83d7

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

CHANGES.rst

+23
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,29 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
1.17.1
18+
======
19+
20+
*(2024-10-30)*
21+
22+
23+
Miscellaneous internal changes
24+
------------------------------
25+
26+
- Improved performance of many :class:`~yarl.URL` methods -- by :user:`bdraco`.
27+
28+
*Related issues and pull requests on GitHub:*
29+
:issue:`1396`, :issue:`1397`, :issue:`1398`.
30+
31+
- Improved performance of passing a `dict` or `str` to :py:meth:`~yarl.URL.extend_query` -- by :user:`bdraco`.
32+
33+
*Related issues and pull requests on GitHub:*
34+
:issue:`1401`.
35+
36+
37+
----
38+
39+
1740
1.17.0
1841
======
1942

CHANGES/1396.misc.rst

-1
This file was deleted.

CHANGES/1397.misc.rst

-1
This file was deleted.

CHANGES/1398.misc.rst

-1
This file was deleted.

CHANGES/1401.misc.rst

-1
This file was deleted.

yarl/__init__.py

+1-1
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.17.1.dev0"
4+
__version__ = "1.17.1"
55

66
__all__ = (
77
"URL",

0 commit comments

Comments
 (0)