From 9a1f35d11125446bdcf6f1e0b02a33883f659940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Wed, 24 Aug 2022 13:56:02 +0200 Subject: [PATCH] Bump TODOs to the next minor version in preparation of release --- pylint/reporters/json_reporter.py | 2 +- script/fix_documentation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pylint/reporters/json_reporter.py b/pylint/reporters/json_reporter.py index c47aac5987..29df6ba076 100644 --- a/pylint/reporters/json_reporter.py +++ b/pylint/reporters/json_reporter.py @@ -75,7 +75,7 @@ class JSONReporter(BaseJSONReporter): TODO: 3.0: Remove this JSONReporter in favor of the new one handling abs-path and confidence. - TODO: 2.15: Add a new JSONReporter handling abs-path, confidence and scores. + TODO: 2.16: Add a new JSONReporter handling abs-path, confidence and scores. (Ultimately all other breaking change related to json for 3.0). """ diff --git a/script/fix_documentation.py b/script/fix_documentation.py index 35eed9aff4..1c97459c81 100644 --- a/script/fix_documentation.py +++ b/script/fix_documentation.py @@ -14,7 +14,7 @@ r"(?<=\s`)([\w\-\.\(\)\=]+\s{0,1}[\w\-\.\(\)\=]*)(?=`[,\.]{0,1}\s|$)" ) -# TODO: 2.14.0: Upgrade script for change in changelog +# TODO: 2.16.0: Upgrade script for change in changelog DEFAULT_CHANGELOG = "ChangeLog" DEFAULT_SUBTITLE_PREFIX = "What's New in"