File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22Pylint's ChangeLog
33------------------
44
5- What's New in Pylint 3.0.0?
6- ===========================
5+ What's New in Pylint 3.0.0-a4 ?
6+ ==============================
77
88..
99 Put breaking changes here and also in 'doc/whatsnew/3.0.rst'
1010
11+ * This is 2.9.0 with the breaking changes of the future version 3.0.
12+
1113* Fix the score option not being honored when exporting to JSON
1214
1315 The default setting was to have a score, but it did not work. Now it will give a score at the end of the json:
Original file line number Diff line number Diff line change 22# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
33from typing import Tuple
44
5- __version__ = "2.9.1-dev0 "
5+ __version__ = "3.0.0-a4 "
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.9.1-dev0 "
4+ current = " 3.0.0-a4 "
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments