Skip to content

Commit 8d58620

Browse files
committed
Bump to 1.7.2
1 parent 3ad68fc commit 8d58620

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
1.7.2 (2021-11-01)
18+
==================
19+
20+
Bugfixes
21+
--------
22+
23+
- 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>`_)
24+
25+
1726
1.7.1 (2021-10-07)
1827
==================
1928

CHANGES/623.bugfix.rst

-1
This file was deleted.

yarl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from ._url import URL, cache_clear, cache_configure, cache_info
22

3-
__version__ = "1.7.1"
3+
__version__ = "1.7.2"
44

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

0 commit comments

Comments
 (0)