Skip to content

Commit 591a23a

Browse files
Bump pylint to 2.10.2, update changelog
1 parent d9dc89c commit 591a23a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

ChangeLog

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

1313

14-
What's New in Pylint 2.10.2?
14+
What's New in Pylint 2.10.3?
1515
============================
1616
Release date: TBA
1717

18+
19+
20+
What's New in Pylint 2.10.2?
21+
============================
22+
Release date: 2021-08-21
23+
1824
..
1925
Put bug fixes that should not wait for a new minor version here
2026

@@ -25,7 +31,7 @@ Release date: TBA
2531
* Fix a crash in the checker raising ``shallow-copy-environ`` when failing to infer
2632
on ``copy.copy``
2733

28-
Closes #4896
34+
Closes #4891
2935

3036

3137

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/main/LICENSE
33
from typing import Tuple
44

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

77

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

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.10.2-dev0"
4+
current = "2.10.2"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)