File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ v33.0.0 (next next, roadmap)
3636
3737Major 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
Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments