aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-16 22:44:42 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-16 22:53:35 +0200
commitd98e6e8adcdc5ebcd9c863f630e748cdba639b0a (patch)
tree3031e603522c7cb51097774097abf2ed3dea119a
parent6d07d6f1a51c2e3e3e2db37f23c12ebdec094410 (diff)
downloadpylint-d98e6e8adcdc5ebcd9c863f630e748cdba639b0a.tar.gz
Bump pylint to 2.11.1, update changelog
-rw-r--r--ChangeLog8
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
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 = '''
^(?P<major>0|[1-9]\d*)
\.