File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit-mini
3
- version = 32.3.1
3
+ version = 32.3.2
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.3.1
3
+ version = 32.3.2
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,20 +132,20 @@ 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.3.1 '
135
+ __version__ = '32.3.2 '
136
136
137
137
#######################
138
138
# used to warn user when the version is out of date
139
139
# this is (year, month, day)
140
- __release_date__ = datetime .datetime (2025 , 1 , 6 )
140
+ __release_date__ = datetime .datetime (2025 , 1 , 20 )
141
141
142
142
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143
143
# on the data format version
144
144
__output_format_version__ = '4.0.0'
145
145
146
146
# see https://github.com/spdx/tools-python/issues/820
147
147
# this is actually `3.25.0`
148
- spdx_license_list_version = '3.25 '
148
+ spdx_license_list_version = '3.26 '
149
149
150
150
################################################################################
151
151
# USAGE MODE-, INSTALLATION- and IMPORT- and RUN-SPECIFIC DIRECTORIES
You can’t perform that action at this time.
0 commit comments