Skip to content

Commit

Permalink
Release 3.0.0a4 (2.9.0 + breaking changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jun 29, 2021
1 parent e63a5e8 commit e808f89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
Pylint's ChangeLog
------------------

What's New in Pylint 3.0.0?
===========================
What's New in Pylint 3.0.0-a4?
==============================

..
Put breaking changes here and also in 'doc/whatsnew/3.0.rst'

* This is 2.9.0 with the breaking changes of the future version 3.0.

* Fix the score option not being honored when exporting to JSON

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:
Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
from typing import Tuple

__version__ = "2.9.1-dev0"
__version__ = "3.0.0-a4"


def get_numversion_from_version(v: str) -> Tuple:
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"

[version]
current = "2.9.1-dev0"
current = "3.0.0-a4"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit e808f89

Please sign in to comment.