Skip to content

Commit

Permalink
Bump to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 23, 2020
1 parent ad39546 commit 36bc47c
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,28 @@ Changelog

.. towncrier release notes start
1.6.0 (2020-09-23)
==================

Features
--------

- Allow for int and float subclasses in query, while still denying bool.
`#492 <https://github.com/aio-libs/yarl/issues/492>`_


Bugfixes
--------

- Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator.
`#502 <https://github.com/aio-libs/yarl/issues/502>`_
- Keep IPv6 brackets in ``origin()``.
`#504 <https://github.com/aio-libs/yarl/issues/504>`_


----


1.5.1 (2020-08-01)
==================

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/504.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.0a0"
__version__ = "1.6.0"

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

0 comments on commit 36bc47c

Please sign in to comment.