File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,19 @@ License detection:
55
55
as an option.
56
56
57
57
58
+ v31.2.6 - 2023-04-25
59
+ ----------------------------------
60
+
61
+ This is a minor hotfix release.
62
+
63
+ This fix a crash when parsing a .deb Dbeian package filename
64
+ reported in https://github.com/nexB/scancode-toolkit/issues/3259
65
+
66
+
58
67
v31.2.5 - 2023-01-09
59
68
----------------------------------
60
69
61
- This is a minor backport release.
70
+ This is a minor fix backport release.
62
71
63
72
This adds license rule changes and was requested here:
64
73
https://github.com/nexB/scancode-toolkit/issues/3310
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit-mini
3
- version = 31.2.5
3
+ version = 31.2.6
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 = 31.2.5
3
+ version = 31.2.6
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 @@ -77,7 +77,7 @@ def _create_dir(location):
77
77
78
78
# in case package is not installed or we do not have setutools/pkg_resources
79
79
# on hand fall back to this version
80
- __version__ = '31.2.5 '
80
+ __version__ = '31.2.6 '
81
81
82
82
# used to warn user when the version is out of date
83
83
__release_date__ = datetime .datetime (2023 , 1 , 9 )
You can’t perform that action at this time.
0 commit comments