diff --git a/ChangeLog b/ChangeLog index 5a8485ad58..9054bd22f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 509ed080e6..364eaceb17 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -4,7 +4,7 @@ from typing import Tuple -__version__ = "2.13.6" +__version__ = "2.13.7" def get_numversion_from_version(v: str) -> Tuple: diff --git a/tbump.toml b/tbump.toml index 43e8c53861..223b057d5c 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.13.6" +current = "2.13.7" regex = ''' ^(?P0|[1-9]\d*) \.