8000 Release new version 22.8.1 · python-trio/flake8-async@b298954 · GitHub
[go: up one dir, main page]

Skip to content

Commit b298954

Browse files
committed
Release new version 22.8.1
1 parent 8bbbe7e commit b298954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
*[CalVer, YY.month.patch](https://calver.org/)*
33

4-
## Future
4+
## 22.8.1
55
- Added TRIO109: Async definitions should not have a `timeout` parameter. Use `trio.[fail/move_on]_[at/after]`
66
- Added TRIO110: `while <condition>: await trio.sleep()` should be replaced by a `trio.Event`.
77

flake8_trio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from typing import Any, Dict, Iterable, List, Optional, Tuple, Type, Union
1515

1616
# CalVer: YY.month.patch, e.g. first release of July 2022 == "22.7.1"
17-
__version__ = "22.7.6"
17+
__version__ = "22.8.1"
1818

1919
Error = Tuple[int, int, str, Type[Any]]
2020

0 commit comments

Comments
 (0)
0