Skip to content

Commit

Permalink
Bump pylint to 2.13.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Mar 27, 2022
1 parent 6a25d70 commit 2066cab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
12 changes: 11 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ Release date: TBA
(Ie. not necessarily at the end)


What's New in Pylint 2.13.2?
What's New in Pylint 2.13.3?
============================
Release date: TBA



What's New in Pylint 2.13.2?
============================
Release date: 2022-03-27

* Fix crash when subclassing a ``namedtuple``.

Closes #5982
Expand All @@ -34,6 +40,10 @@ Release date: TBA

Fixes #5989

* Better error messages in case of crash if pylint can't write the issue template.

Refer to #5987


What's New in Pylint 2.13.1?
============================
Expand Down
1 change: 1 addition & 0 deletions doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ maintenance branch we cherry-pick the commit from `main`.
version `X.Y-1.Z'`. (For example: `v2.3.5`)
- After the PR is merged on `main` cherry-pick the commits on the `maintenance/X.Y.x`
branch (For example: from `maintenance/2.4.x` cherry-pick a commit from `main`)
- Remove the "need backport" label from cherry-picked issues
- Release a patch version

## Releasing a patch version
Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from typing import Tuple

__version__ = "2.13.1"
__version__ = "2.13.2"


def get_numversion_from_version(v: str) -> Tuple:
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"

[version]
current = "2.13.1"
current = "2.13.2"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit 2066cab

Please sign in to comment.