Skip to content

Commit

Permalink
Release 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 30, 2024
1 parent 5c2af26 commit 58b79ae
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,29 @@ Changelog

.. towncrier release notes start
1.17.1
======

*(2024-10-30)*


Miscellaneous internal changes
------------------------------

- Improved performance of many :class:`~yarl.URL` methods -- by :user:`bdraco`.

*Related issues and pull requests on GitHub:*
:issue:`1396`, :issue:`1397`, :issue:`1398`.

- Improved performance of passing a `dict` or `str` to :py:meth:`~yarl.URL.extend_query` -- by :user:`bdraco`.

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


----


1.17.0
======

Expand Down
1 change: 0 additions & 1 deletion CHANGES/1396.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1397.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1398.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1401.misc.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.1.dev0"
__version__ = "1.17.1"

__all__ = (
"URL",
Expand Down

0 comments on commit 58b79ae

Please sign in to comment.