Skip to content

Commit 6c36cfb

Browse files
authored
Release 1.17.0 (#1393)
1 parent e9fef81 commit 6c36cfb

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGES.rst

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

1515
.. towncrier release notes start
1616
17+
1.17.0
18+
======
19+
20+
*(2024-10-28)*
21+
22+
23+
Features
24+
--------
25+
26+
- Added :attr:`~yarl.URL.host_port_subcomponent` which returns the :rfc:`3986#section-3.2.2` host and :rfc:`3986#section-3.2.3` port subcomponent -- by :user:`bdraco`.
27+
28+
*Related issues and pull requests on GitHub:*
29+
:issue:`1375`.
30+
31+
32+
----
33+
34+
1735
1.16.0
1836
======
1937

CHANGES/1375.feature.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.17.0.dev0"
4+
__version__ = "1.17.0"
55

66
__all__ = (
77
"URL",

0 commit comments

Comments
 (0)