Skip to content

Commit 7fc35c6

Browse files
committed
Bump to 1.6.3
1 parent 68257bb commit 7fc35c6

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGES.rst

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

1515
.. towncrier release notes start
1616
17+
1.6.3 (2020-11-14)
18+
==================
19+
20+
Bugfixes
21+
--------
22+
23+
- No longer loose characters when decoding incorrect percent-sequences (like ``%e2%82%f8``). All non-decodable percent-sequences are now preserved.
24+
`#517 <https://github.com/aio-libs/yarl/issues/517>`_
25+
- Provide x86 Windows wheels.
26+
`#535 <https://github.com/aio-libs/yarl/issues/535>`_
27+
28+
29+
----
30+
31+
1732
1.6.2 (2020-10-12)
1833
==================
1934

CHANGES/517.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/535.bugfix

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,5 +1,5 @@
11
from ._url import URL, cache_clear, cache_configure, cache_info
22

3-
__version__ = "1.6.2"
3+
__version__ = "1.6.3"
44

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

0 commit comments

Comments
 (0)