Skip to content

Commit

Permalink
Prepare the 0.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed May 16, 2024
1 parent 975beed commit c0bcb7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

0.14.0 - 2024-05-16
-------------------

* Drop support for Python 3.7.
* Add support for Python 3.12.
* Ignore methods decorated by ``@typing.override``.
* Perform case-sensitive ``ignore-names`` globbing on all platforms.

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

Expand Down
2 changes: 1 addition & 1 deletion src/pep8ext_naming.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from flake8 import style_guide

__version__ = '0.13.3'
__version__ = '0.14.0'

CLASS_METHODS = frozenset((
'__new__',
Expand Down

0 comments on commit c0bcb7f

Please sign in to comment.