Skip to content

Commit

Permalink
Bump the project version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Apr 21, 2023
1 parent 76b2fd0 commit 6f06f5c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,20 @@ Changelog

.. towncrier release notes start
1.9.1 (2023-04-21)
==================

Bugfixes
--------

- Marked tests that fail on older Python patch releases (< 3.7.10, < 3.8.8 and < 3.9.2) as expected to fail due to missing a security fix for CVE-2021-23336. (`#850 <https://github.com/aio-libs/yarl/issues/850>`_)


1.9.0 (2023-04-19)
==================

This release was never published to PyPI, due to issues with the build process.

Features
--------

Expand Down
1 change: 0 additions & 1 deletion CHANGES/850.bugfix.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.9.0"
__version__ = "1.9.1"

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

0 comments on commit 6f06f5c

Please sign in to comment.