We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37694a3 commit 9adbbc4Copy full SHA for 9adbbc4
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.12.1 - 2021-08-06
5
+-------------------
6
+
7
+* Fix potential stack exhaustion in the N818 check.
8
9
0.12.0 - 2021-07-06
10
-------------------
11
src/pep8ext_naming.py
@@ -15,7 +15,7 @@
15
except ImportError:
16
from flake8.util import ast, iter_child_nodes
17
18
-__version__ = '0.12.0'
+__version__ = '0.12.1'
19
20
PYTHON_VERSION = sys.version_info[:3]
21
PY2 = PYTHON_VERSION[0] == 2
0 commit comments