Skip to content

Commit

Permalink
Release 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 4, 2024
1 parent 267afb1 commit 1466ce8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ Changelog

.. towncrier release notes start
1.9.9
=====

*(2024-09-04)*


Bug fixes
---------

- Added missing type on :meth:`~yarl.URL.port` -- by :user:`bdraco`.

*Related issues and pull requests on GitHub:*
:issue:`1097`.


----


1.9.8
=====

Expand Down
1 change: 0 additions & 1 deletion CHANGES/1097.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.9.dev0"
__version__ = "1.9.9"

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

0 comments on commit 1466ce8

Please sign in to comment.