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:
197
197
198
198
See https://github.com/nexB/scancode-toolkit/issues/3219
199
199
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
+
200
212
v31.2.4 - 2023-01-09
201
213
----------------------------------
202
214
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit
3
- version = 32.0.0rc3
3
+ version = 32.0.0rc4
4
4
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit
3
- version = 32.0.0rc3
3
+ version = 32.0.0rc4
4
4
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
5
5
6
6
# 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):
132
132
# 4. hardcoded This is the default, fallback version in case package is not installed or we
133
133
# do not have a proper version otherwise.
134
134
if not __version__ :
135
- __version__ = '32.0.0rc3 '
135
+ __version__ = '32.0.0rc4 '
136
136
137
137
#######################
138
138
# used to warn user when the version is out of date
You can’t perform that action at this time.
0 commit comments