Skip to content

Commit bf8281c

Browse files
authored
Bump TODOs to the next minor version in preparation of release (#7349)
1 parent af810ab commit bf8281c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pylint/reporters/json_reporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class JSONReporter(BaseJSONReporter):
7575
TODO: 3.0: Remove this JSONReporter in favor of the new one handling abs-path
7676
and confidence.
7777
78-
TODO: 2.15: Add a new JSONReporter handling abs-path, confidence and scores.
78+
TODO: 2.16: Add a new JSONReporter handling abs-path, confidence and scores.
7979
(Ultimately all other breaking change related to json for 3.0).
8080
"""
8181

script/fix_documentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
r"(?<=\s`)([\w\-\.\(\)\=]+\s{0,1}[\w\-\.\(\)\=]*)(?=`[,\.]{0,1}\s|$)"
1515
)
1616

17-
# TODO: 2.14.0: Upgrade script for change in changelog
17+
# TODO: 2.16.0: Upgrade script for change in changelog
1818
DEFAULT_CHANGELOG = "ChangeLog"
1919
DEFAULT_SUBTITLE_PREFIX = "What's New in"
2020

0 commit comments

Comments
 (0)