summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-08-24 17:22:09 +0200
committerGitHub <noreply@github.com>2022-08-24 17:22:09 +0200
commitbf8281c53925042ef39580922f21883bd5310ca0 (patch)
tree28135830d57cc1a98b226df53d9c56750165c846
parentaf810ab9b149fb8f1e8418d750c01b37399827e9 (diff)
downloadpylint-git-bf8281c53925042ef39580922f21883bd5310ca0.tar.gz
Bump TODOs to the next minor version in preparation of release (#7349)
-rw-r--r--pylint/reporters/json_reporter.py2
-rw-r--r--script/fix_documentation.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pylint/reporters/json_reporter.py b/pylint/reporters/json_reporter.py
index c47aac598..29df6ba07 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 35eed9aff..1c97459c8 100644
--- a/script/fix_documentation.py
+++ b/script/fix_documentation.py
@@ -14,7 +14,7 @@ INVALID_CODE_BLOCK_PATTERN = (
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"