diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | pylint/__pkginfo__.py | 2 | ||||
-rw-r--r-- | tbump.toml | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -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 = ''' ^(?P<major>0|[1-9]\d*) \. |