We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e246da commit ecb3077Copy full SHA for ecb3077
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## 0.7.3 (16th May 2022)
4
+
5
+* Fixes a regression bug in the loop invariant name
6
7
## 0.7.2 (12th May 2022)
8
9
* Renamed the global usage in loop to `loop-global-usage`
perflint/__init__.py
@@ -8,7 +8,7 @@
if TYPE_CHECKING:
from pylint.lint import PyLinter
10
11
-__version__ = "0.7.2"
+__version__ = "0.7.3"
12
13
14
def register(linter: "PyLinter") -> None:
0 commit comments