Skip to content

Commit

Permalink
Prepare the 0.13.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Aug 19, 2022
1 parent 5f24c45 commit f131e54
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.13.2 - 2022-08-19
-------------------

* Formally require Python 3.7 or later using ``python_requires``.

0.13.1 - 2022-07-15
-------------------

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

__version__ = '0.13.1'
__version__ = '0.13.2'

PYTHON_VERSION = sys.version_info[:3]

Expand Down

0 comments on commit f131e54

Please sign in to comment.