Skip to content

Commit

Permalink
Prepare the 0.12.0 release (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise authored Jul 7, 2021
1 parent f289a72 commit 60e43bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

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

* flake8 3.9.1 or later is now required.

* N818 checks exception class names for an "Error" suffix (disabled by default).

* ``asyncSetUp`` and ``asyncTearDown`` are now exempted by default.


0.11.1 - 2020-06-16
-------------------

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.11.1'
__version__ = '0.12.0'

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

0 comments on commit 60e43bb

Please sign in to comment.