summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-30 13:03:53 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-30 13:29:18 +0200
commit0bd80afbbc211e93e81b4264cd3686d96239d92e (patch)
tree90fe43bcc5dd424f2ecac6532e6c6694363380cb
parent5fcc6f57a78b49c0be13bb85a296a9f3878120fe (diff)
downloadpylint-git-0bd80afbbc211e93e81b4264cd3686d96239d92e.tar.gz
Bump pylint to 2.9.1, update changelogv2.9.1
-rw-r--r--ChangeLog13
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--pylint/extensions/confusing_elif.py2
-rw-r--r--tbump.toml2
4 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index af6fb0db6..4e924a28f 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 40ab47535..848e66942 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 50197b572..d36fb8c57 100644
--- a/pylint/extensions/confusing_elif.py
+++ b/pylint/extensions/confusing_elif.py
@@ -1,5 +1,5 @@
-# Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com>
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
+# Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com>
# 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 7d932da23..52ff7f885 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 = '''
^(?P<major>0|[1-9]\d*)
\.