Skip to content

Commit a900cff

Browse files
committed
Release 22.11.1
1 parent 0786f9d commit a900cff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
*[CalVer, YY.month.patch](https://calver.org/)*
33

4+
## 22.11.1
5+
- TRIO102 is no longer skipped in (async) context managers, since it's not a missing-checkpoint warning.
6+
47
## 22.9.2
58
- Fix a crash on nontrivial decorator expressions (calls, PEP-614) and document behavior.
69

flake8_trio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from flake8.options.manager import OptionManager
3030

3131
# CalVer: YY.month.patch, e.g. first release of July 2022 == "22.7.1"
32-
__version__ = "22.9.2"
32+
__version__ = "22.11.1"
3333

3434

3535
Error_codes = {

0 commit comments

Comments
 (0)