Skip to content

Commit 9adbbc4

Browse files
authored
Prepare the 0.12.1 release (#176)
1 parent 37694a3 commit 9adbbc4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
0.12.1 - 2021-08-06
5+
-------------------
6+
7+
* Fix potential stack exhaustion in the N818 check.
8+
49
0.12.0 - 2021-07-06
510
-------------------
611

src/pep8ext_naming.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
except ImportError:
1616
from flake8.util import ast, iter_child_nodes
1717

18-
__version__ = '0.12.0'
18+
__version__ = '0.12.1'
1919

2020
PYTHON_VERSION = sys.version_info[:3]
2121
PY2 = PYTHON_VERSION[0] == 2

0 commit comments

Comments
 (0)