Skip to content

Commit c0bcb7f

Browse files
committed
Prepare the 0.14.0 release
1 parent 975beed commit c0bcb7f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changes
22
=======
33

4+
0.14.0 - 2024-05-16
5+
-------------------
6+
7+
* Drop support for Python 3.7.
8+
* Add support for Python 3.12.
9+
* Ignore methods decorated by ``@typing.override``.
10+
* Perform case-sensitive ``ignore-names`` globbing on all platforms.
11+
412
0.13.3 - 2022-12-19
513
-------------------
614

Diff for: src/pep8ext_naming.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from flake8 import style_guide
1111

12-
__version__ = '0.13.3'
12+
__version__ = '0.14.0'
1313

1414
CLASS_METHODS = frozenset((
1515
'__new__',

0 commit comments

Comments
 (0)