Skip to content

Commit

Permalink
Bump to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 1, 2021
1 parent 3ad68fc commit 8d58620
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ Changelog

.. towncrier release notes start
1.7.2 (2021-11-01)
==================

Bugfixes
--------

- Changed call in ``with_port()`` to stop reencoding parts of the URL that were already encoded. (`#623 <https://github.com/aio-libs/yarl/issues/623>`_)


1.7.1 (2021-10-07)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/623.bugfix.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,5 +1,5 @@
from ._url import URL, cache_clear, cache_configure, cache_info

__version__ = "1.7.1"
__version__ = "1.7.2"

__all__ = ("URL", "cache_clear", "cache_configure", "cache_info")

0 comments on commit 8d58620

Please sign in to comment.