File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,18 @@ License detection:
5555 as an option.
5656
5757
58+ v31.2.5 - 2023-01-09
59+ ----------------------------------
60+
61+ This is a minor backport release.
62+
63+ This adds license rule changes and was requested here:
64+ https://github.com/nexB/scancode-toolkit/issues/3310
65+ This was originally merged in #3218 and included in
66+ the latest release v32.x, and is also being backported
67+ now to v31.2.x
68+
69+
5870v31.2.4 - 2023-01-09
5971----------------------------------
6072
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit-mini
3- version = 31.2.4
3+ version = 31.2.5
44license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit
3- version = 31.2.4
3+ version = 31.2.5
44license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def _create_dir(location):
7777
7878# in case package is not installed or we do not have setutools/pkg_resources
7979# on hand fall back to this version
80- __version__ = '31.2.4 '
80+ __version__ = '31.2.5 '
8181
8282# used to warn user when the version is out of date
8383__release_date__ = datetime .datetime (2023 , 1 , 9 )
You can’t perform that action at this time.
0 commit comments