Skip to content

Commit

Permalink
Bump to correct output format version
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Aug 12, 2024
1 parent f8cd741 commit db38266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ v33.0.0 (next next, roadmap)

Major API/other changes:

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

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

- Dependency attribute ``is_resolved`` renamed to ``is_pinned``

Expand Down
2 changes: 1 addition & 1 deletion src/scancode_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _create_dir(location):

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

#
spdx_license_list_version = '3.24'
Expand Down

0 comments on commit db38266

Please sign in to comment.