Skip to content

Commit

Permalink
Bump to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 14, 2020
1 parent 68257bb commit 7fc35c6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ Changelog

.. towncrier release notes start
1.6.3 (2020-11-14)
==================

Bugfixes
--------

- No longer loose characters when decoding incorrect percent-sequences (like ``%e2%82%f8``). All non-decodable percent-sequences are now preserved.
`#517 <https://github.com/aio-libs/yarl/issues/517>`_
- Provide x86 Windows wheels.
`#535 <https://github.com/aio-libs/yarl/issues/535>`_


----


1.6.2 (2020-10-12)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/517.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/535.bugfix

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.6.2"
__version__ = "1.6.3"

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

0 comments on commit 7fc35c6

Please sign in to comment.