Skip to content

Commit

Permalink
Prepare the 0.13.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Dec 19, 2022
1 parent af89472 commit a455096
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,11 @@
Changes
=======

0.13.3 - 2022-12-19
-------------------

* Require flake8 5.0.0 or later.

0.13.2 - 2022-08-19
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/pep8ext_naming.py
Expand Up @@ -9,7 +9,7 @@

from flake8 import style_guide

__version__ = '0.13.2'
__version__ = '0.13.3'

PYTHON_VERSION = sys.version_info[:3]

Expand Down

0 comments on commit a455096

Please sign in to comment.