File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,16 @@ Release date: TBA
11
11
Put new features here and also in 'doc/whatsnew/2.11.rst'
12
12
13
13
14
- What's New in Pylint 2.10.2 ?
14
+ What's New in Pylint 2.10.3 ?
15
15
============================
16
16
Release date: TBA
17
17
18
+
19
+
20
+ What's New in Pylint 2.10.2?
21
+ ============================
22
+ Release date: 2021-08-21
23
+
18
24
..
19
25
Put bug fixes that should not wait for a new minor version here
20
26
@@ -25,7 +31,7 @@ Release date: TBA
25
31
* Fix a crash in the checker raising ``shallow-copy-environ`` when failing to infer
26
32
on ``copy.copy``
27
33
28
- Closes #4896
34
+ Closes #4891
29
35
30
36
31
37
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
3
3
from typing import Tuple
4
4
5
- __version__ = "2.10.2-dev0 "
5
+ __version__ = "2.10.2"
6
6
7
7
8
8
def get_numversion_from_version (v : str ) -> Tuple :
Original file line number Diff line number Diff line change 1
1
github_url = " https://github.com/PyCQA/pylint"
2
2
3
3
[version ]
4
- current = " 2.10.2-dev0 "
4
+ current = " 2.10.2"
5
5
regex = '''
6
6
^(?P<major>0|[1-9]\d*)
7
7
\.
You can’t perform that action at this time.
0 commit comments