Skip to content

Commit

Permalink
Bump the project version to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Apr 25, 2023
1 parent 475ee4a commit 288812d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ Changelog

.. towncrier release notes start
1.8.2 (2023-04-25)
==================

Bugfixes
--------

- Fix regression with truediv and absolute URLs with empty paths causing the raw path to lack the leading ``/``. (`#854 <https://github.com/aio-libs/yarl/issues/854>`_)


1.9.1 (2023-04-21)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/854.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.1"
__version__ = "1.9.2"

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

0 comments on commit 288812d

Please sign in to comment.