Skip to content

Commit cfe4279

Browse files
Apply correct output format version
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent caeb49f commit cfe4279

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ v33.0.0 (next next, roadmap)
3636

3737
Major API/other changes:
3838

39-
- Output Format Version updated to 4.2.0 (major version bump)
39+
- Output Format Version updated to 4.0.0 (major version bump)
4040
- Dependency attribute rename: ``is_resolved`` renamed to ``is_pinned``
4141
See https://github.com/nexB/scancode-toolkit/pull/3888 for more details.
4242

@@ -45,7 +45,7 @@ Changes in Output Data Structure:
4545
- The data structure of the JSON output has changed for
4646
dependencies at file level package_data, and at top-level.
4747
Note that the change is a modification to the JSON output,
48-
so we have a major version bump ``3.2.0`` to ``4.2.0``:
48+
so we have a major version bump ``3.2.0`` to ``4.0.0``:
4949

5050
- Dependency attribute ``is_resolved`` renamed to ``is_pinned``
5151
- Update link references of ownership from nexB to aboutcode-org

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _create_dir(location):
141141

142142
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143143
# on the data format version
144-
__output_format_version__ = '4.2.0'
144+
__output_format_version__ = '4.0.0'
145145

146146
# see https://github.com/spdx/tools-python/issues/820
147147
# this is actually `3.25.0`

0 commit comments

Comments
 (0)