Skip to content

Commit 77b5e96

Browse files
authored
Prepare the 0.15.1 release (#248)
1 parent 9c83095 commit 77b5e96

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
0.15.1 - 2025-05-05
5+
-------------------
6+
7+
* N808 now allows type variable names to start with an underscore.
8+
49
0.15.0 - 2025-04-29
510
-------------------
611

src/pep8ext_naming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from flake8 import style_guide
1212

13-
__version__ = '0.15.0'
13+
__version__ = '0.15.1'
1414

1515
CLASS_METHODS = frozenset((
1616
'__new__',

0 commit comments

Comments
 (0)