Skip to content

Commit

Permalink
Prepare the 0.12.1 release (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise authored Aug 8, 2021
1 parent 37694a3 commit 9adbbc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

0.12.1 - 2021-08-06
-------------------

* Fix potential stack exhaustion in the N818 check.

0.12.0 - 2021-07-06
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/pep8ext_naming.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
except ImportError:
from flake8.util import ast, iter_child_nodes

__version__ = '0.12.0'
__version__ = '0.12.1'

PYTHON_VERSION = sys.version_info[:3]
PY2 = PYTHON_VERSION[0] == 2
Expand Down

0 comments on commit 9adbbc4

Please sign in to comment.