Bump pylint to 3.0.0b1, update changelog

This commit is contained in:
Pierre Sassoulas 2023-03-31 22:19:26 +02:00
parent 0a805f8867
commit 13e55d3daf
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ It's updated via tbump, do not modify.
from __future__ import annotations
__version__ = "3.0.0a6"
__version__ = "3.0.0b1"
def get_numversion_from_version(v: str) -> tuple[int, int, int]:

View File

@ -1,7 +1,7 @@
github_url = "https://github.com/pylint-dev/pylint"
[version]
current = "3.0.0a6"
current = "3.0.0b1"
regex = '''
^(?P<major>0|[1-9]\d*)
\.