Skip to content

Commit

Permalink
Release 1.17.0 (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 28, 2024
1 parent e9fef81 commit 6c36cfb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ Changelog

.. towncrier release notes start
1.17.0
======

*(2024-10-28)*


Features
--------

- 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`.

*Related issues and pull requests on GitHub:*
:issue:`1375`.


----


1.16.0
======

Expand Down
1 change: 0 additions & 1 deletion CHANGES/1375.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion yarl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ._query import Query, QueryVariable, SimpleQuery
from ._url import URL, cache_clear, cache_configure, cache_info

__version__ = "1.17.0.dev0"
__version__ = "1.17.0"

__all__ = (
"URL",
Expand Down

0 comments on commit 6c36cfb

Please sign in to comment.