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 @@ -197,6 +197,18 @@ License detection:
197197
198198 See https://github.com/nexB/scancode-toolkit/issues/3219
199199
200+ v31.2.5 - 2023-04-21
201+ ----------------------------------
202+
203+ This is a minor backport release.
204+
205+ This adds license rule changes and was requested here:
206+ https://github.com/nexB/scancode-toolkit/issues/3310
207+ This was originally merged in #3218 and included in
208+ the latest release v32.x, and is also being backported
209+ now to v31.2.x
210+
211+
200212v31.2.4 - 2023-01-09
201213----------------------------------
202214
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit
3- version = 32.0.0rc3
3+ version = 32.0.0rc4
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 = 32.0.0rc3
3+ version = 32.0.0rc4
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 @@ -132,7 +132,7 @@ def _create_dir(location):
132132# 4. hardcoded This is the default, fallback version in case package is not installed or we
133133# do not have a proper version otherwise.
134134if not __version__ :
135- __version__ = '32.0.0rc3 '
135+ __version__ = '32.0.0rc4 '
136136
137137#######################
138138# used to warn user when the version is out of date
You can’t perform that action at this time.
0 commit comments