Skip to content

Commit def4970

Browse files
committed
Bump the project version to 1.8.2
1 parent ccd1ac5 commit def4970

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
1.8.2 (2022-12-03)
18+
==================
19+
20+
This is the first release that started shipping wheels for Python 3.11.
21+
22+
1723
1.8.1 (2022-08-01)
1824
==================
1925

yarl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from ._url import URL, cache_clear, cache_configure, cache_info
22

3-
__version__ = "1.8.1"
3+
__version__ = "1.8.2"
44

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

0 commit comments

Comments
 (0)