Skip to content

Commit 0bd80af

Browse files
Bump pylint to 2.9.1, update changelog
1 parent 5fcc6f5 commit 0bd80af

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

ChangeLog

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,24 @@ Release date: TBA
1010
Put new features here and also in 'doc/whatsnew/2.10.rst'
1111

1212

13-
What's New in Pylint 2.9.1?
13+
What's New in Pylint 2.9.2?
1414
===========================
1515
Release date: TBA
16-
1716
..
1817
Put bug fixes that should not wait for a new minor version here
1918

2019

2120

21+
What's New in Pylint 2.9.1?
22+
===========================
23+
Release date: 2021-06-30
24+
25+
* Upgrade astroid to 2.6.2
26+
27+
Closes #4631
28+
Closes #4633
29+
30+
2231
What's New in Pylint 2.9.0?
2332
===========================
2433
Release date: 2021-06-29

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
33
from typing import Tuple
44

5-
__version__ = "2.9.1-dev0"
5+
__version__ = "2.9.1"
66

77

88
def get_numversion_from_version(v: str) -> Tuple:

pylint/extensions/confusing_elif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2021 Andreas Finkler <[email protected]>
21
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2+
# Copyright (c) 2021 Andreas Finkler <[email protected]>
33

44
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
55
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/pylint"
22

33
[version]
4-
current = "2.9.1-dev0"
4+
current = "2.9.1"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)