From 4a9c9ae9a75c12ca40f8c77fb76fd88c65f493a1 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 14 Sep 2021 10:31:58 +0200 Subject: Upgrade tbump and the documentation for 3.0.0 alpha release --- ChangeLog | 6 ++++-- pylint/__pkginfo__.py | 2 +- tbump.toml | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b81fcea04..a9a485e20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,12 +2,14 @@ Pylint's ChangeLog ------------------ -What's New in Pylint 3.0.0? -=========================== +What's New in Pylint 3.0.0-a5? +============================== .. Put breaking changes here and also in 'doc/whatsnew/3.0.rst' +* This is 2.11.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: diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 17f6304cd..bcdf7fbf8 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -2,7 +2,7 @@ # For details: https://github.com/PyCQA/pylint/blob/main/LICENSE from typing import Tuple -__version__ = "2.12.1-dev0" +__version__ = "3.0.0-a5" def get_numversion_from_version(v: str) -> Tuple: diff --git a/tbump.toml b/tbump.toml index 5a77b16c0..dcf2f3330 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.12.1-dev0" +current = "3.0.0-a5" regex = ''' ^(?P0|[1-9]\d*) \. @@ -20,6 +20,8 @@ tag_template = "v{new_version}" # tbump.toml location. [[file]] src = "pylint/__pkginfo__.py" +[[file]] +src = "ChangeLog" # You can specify a list of commands to # run after the files have been patched -- cgit v1.2.1