Skip to content

Commit

Permalink
Bump to 1.7.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 5, 2021
1 parent f7ff368 commit ad9be1a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ Changelog

.. towncrier release notes start
1.7.0a3 (2021-10-05)
====================

Features
--------

- Add `__bytes__()` magic method so that `bytes(url)` will work and use optimal ASCII encoding. (`#582 <https://github.com/aio-libs/yarl/issues/582>`_)
- Started shipping platform-specific arm64 wheels for Apple Silicon. (`#622 <https://github.com/aio-libs/yarl/issues/622>`_)
- Started shipping platform-specific wheels with the ``musl`` tag targeting typical Alpine Linux runtimes. (`#622 <https://github.com/aio-libs/yarl/issues/622>`_)
- Added support for Python 3.10. (`#622 <https://github.com/aio-libs/yarl/issues/622>`_)


1.6.3 (2020-11-14)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/582.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/622.feature.1.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/622.feature.2.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/622.feature.3.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.0a0"
__version__ = "1.7.0a3"

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

0 comments on commit ad9be1a

Please sign in to comment.