From 0bd80afbbc211e93e81b4264cd3686d96239d92e Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 30 Jun 2021 13:03:53 +0200 Subject: [PATCH] Bump pylint to 2.9.1, update changelog --- ChangeLog | 13 +++++++++++-- pylint/__pkginfo__.py | 2 +- pylint/extensions/confusing_elif.py | 2 +- tbump.toml | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index af6fb0db62..4e924a28f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,15 +10,24 @@ Release date: TBA Put new features here and also in 'doc/whatsnew/2.10.rst' -What's New in Pylint 2.9.1? +What's New in Pylint 2.9.2? =========================== Release date: TBA - .. Put bug fixes that should not wait for a new minor version here +What's New in Pylint 2.9.1? +=========================== +Release date: 2021-06-30 + +* Upgrade astroid to 2.6.2 + + Closes #4631 + Closes #4633 + + What's New in Pylint 2.9.0? =========================== Release date: 2021-06-29 diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 40ab475358..848e66942c 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -2,7 +2,7 @@ # For details: https://github.com/PyCQA/pylint/blob/master/LICENSE from typing import Tuple -__version__ = "2.9.1-dev0" +__version__ = "2.9.1" def get_numversion_from_version(v: str) -> Tuple: diff --git a/pylint/extensions/confusing_elif.py b/pylint/extensions/confusing_elif.py index 50197b572b..d36fb8c576 100644 --- a/pylint/extensions/confusing_elif.py +++ b/pylint/extensions/confusing_elif.py @@ -1,5 +1,5 @@ -# Copyright (c) 2021 Andreas Finkler # Copyright (c) 2021 Pierre Sassoulas +# Copyright (c) 2021 Andreas Finkler # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/LICENSE diff --git a/tbump.toml b/tbump.toml index 7d932da235..52ff7f8855 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.9.1-dev0" +current = "2.9.1" regex = ''' ^(?P0|[1-9]\d*) \.