Skip to content

Commit 333d851

Browse files
Merge branch 'maintenance/2.13.x' into main following 2.13.2 release
2 parents 49e6666 + 2066cab commit 333d851

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

ChangeLog

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,16 @@ Release date: TBA
3232
(Ie. not necessarily at the end)
3333

3434

35-
What's New in Pylint 2.13.2?
35+
What's New in Pylint 2.13.3?
3636
============================
3737
Release date: TBA
3838

39+
40+
41+
What's New in Pylint 2.13.2?
42+
============================
43+
Release date: 2022-03-27
44+
3945
* Fix crash when subclassing a ``namedtuple``.
4046

4147
Closes #5982
@@ -50,6 +56,10 @@ Release date: TBA
5056

5157
Fixes #5989
5258

59+
* Better error messages in case of crash if pylint can't write the issue template.
60+
61+
Refer to #5987
62+
5363

5464
What's New in Pylint 2.13.1?
5565
============================

doc/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ maintenance branch we cherry-pick the commit from `main`.
5757
version `X.Y-1.Z'`. (For example: `v2.3.5`)
5858
- After the PR is merged on `main` cherry-pick the commits on the `maintenance/X.Y.x`
5959
branch (For example: from `maintenance/2.4.x` cherry-pick a commit from `main`)
60+
- Remove the "need backport" label from cherry-picked issues
6061
- Release a patch version
6162

6263
## Releasing a patch version

0 commit comments

Comments
 (0)