Skip to content

Commit 6f0cfff

Browse files
committed
Bump to 1.7.1
1 parent 94faa90 commit 6f0cfff

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

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

1515
.. towncrier release notes start
1616
17+
1.7.1 (2021-10-07)
18+
==================
19+
20+
Bugfixes
21+
--------
22+
23+
- Fix 1.7.0 build error
24+
1725
1.7.0 (2021-10-06)
1826
==================
1927

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.7.0"
3+
__version__ = "1.7.1"
44

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

0 commit comments

Comments
 (0)