File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff 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============================
1616Release 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
Original file line number Diff line number Diff line change 22# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
33from typing import Tuple
44
5- __version__ = "2.10.2-dev0 "
5+ __version__ = "2.10.2"
66
77
88def get_numversion_from_version (v : str ) -> Tuple :
Original file line number Diff line number Diff line change 11github_url = " https://github.com/PyCQA/pylint"
22
33[version ]
4- current = " 2.10.2-dev0 "
4+ current = " 2.10.2"
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments