Skip to content

Commit

Permalink
Bump pylint to 2.13.7, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 20, 2022
1 parent 106f0af commit 3b2fbae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Expand Up @@ -16,10 +16,16 @@ Release date: TBA
(Ie. not necessarily at the end)


What's New in Pylint 2.13.7?
What's New in Pylint 2.13.8?
============================
Release date: TBA



What's New in Pylint 2.13.7?
============================
Release date: 2022-04-20

* Fix a crash caused by using the new config from 2.14.0 in 2.13.x code.

Closes #6408
Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Expand Up @@ -4,7 +4,7 @@

from typing import Tuple

__version__ = "2.13.6"
__version__ = "2.13.7"


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

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

0 comments on commit 3b2fbae

Please sign in to comment.