From d98e6e8adcdc5ebcd9c863f630e748cdba639b0a Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Thu, 16 Sep 2021 22:44:42 +0200 Subject: Bump pylint to 2.11.1, update changelog --- ChangeLog | 8 +++++++- pylint/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index eddc4aec2..c730dc5b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,10 +13,16 @@ Release date: TBA -What's New in Pylint 2.11.1? +What's New in Pylint 2.11.2? ============================ Release date: TBA + + +What's New in Pylint 2.11.1? +============================ +Release date: 2021-09-16 + .. Put bug fixes that should not wait for a new minor version here diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index ad4029e5d..2e9d7b7c5 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -2,7 +2,7 @@ # For details: https://github.com/PyCQA/pylint/blob/main/LICENSE from typing import Tuple -__version__ = "2.11.1-dev0" +__version__ = "2.11.1" def get_numversion_from_version(v: str) -> Tuple: diff --git a/tbump.toml b/tbump.toml index 00ba46782..60e394896 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.11.1-dev0" +current = "2.11.1" regex = ''' ^(?P0|[1-9]\d*) \. -- cgit v1.2.1