Skip to content

Commit 6d4f59b

Browse files
Bump scancode-toolkit version to v32.3.2
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 257d346 commit 6d4f59b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

setup-mini.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit-mini
3-
version = 32.3.1
3+
version = 32.3.2
44
license = 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

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 32.3.1
3+
version = 32.3.2
44
license = 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

src/scancode_config.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,20 +132,20 @@ 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.
134134
if not __version__:
135-
__version__ = '32.3.1'
135+
__version__ = '32.3.2'
136136

137137
#######################
138138
# used to warn user when the version is out of date
139139
# this is (year, month, day)
140-
__release_date__ = datetime.datetime(2025, 1, 6)
140+
__release_date__ = datetime.datetime(2025, 1, 20)
141141

142142
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143143
# on the data format version
144144
__output_format_version__ = '4.0.0'
145145

146146
# see https://github.com/spdx/tools-python/issues/820
147147
# this is actually `3.25.0`
148-
spdx_license_list_version = '3.25'
148+
spdx_license_list_version = '3.26'
149149

150150
################################################################################
151151
# USAGE MODE-, INSTALLATION- and IMPORT- and RUN-SPECIFIC DIRECTORIES

0 commit comments

Comments
 (0)