Skip to content

Commit

Permalink
Prepare the 0.13.3 release (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Dec 19, 2022
1 parent e970d40 commit 615b8e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Changes
=======

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

* Formally require flake8 5.0.0 or later.
* Add support for Python 3.11.

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 615b8e7

Please sign in to comment.