Skip to content

Commit e808f89

Browse files
Release 3.0.0a4 (2.9.0 + breaking changes)
1 parent e63a5e8 commit e808f89

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

ChangeLog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
Pylint'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:

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

0 commit comments

Comments
 (0)