Skip to content

Commit 3f52426

Browse files
committed
Release 2.13.0
1 parent 1105b25 commit 3f52426

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
2.13.0 (2025-03-29)
5+
-------------------
6+
7+
Changes:
8+
9+
* Improve performance. PR #1254. PR #1255.
10+
* Drop EOL python 3.8. PR #1267.
11+
* E251: fix false positive for PEP 696 defaults. PR #1278. PR #1279.
12+
413
2.12.1 (2024-08-04)
514
-------------------
615

pycodestyle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
): # pragma: no cover (<py310)
6969
tokenize._compile = lru_cache(tokenize._compile) # type: ignore
7070

71-
__version__ = '2.12.1'
71+
__version__ = '2.13.0'
7272

7373
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
7474
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704,W503,W504'

0 commit comments

Comments
 (0)