Skip to content

Commit b741d5c

Browse files
Bump version to v32.2.0
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 2295c7f commit b741d5c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ v33.0.0 (next next, roadmap)
3434
of these in other summary plugins.
3535
See https://github.com/nexB/scancode-toolkit/issues/1745
3636

37-
v32.2.0 - (next, roadmap)
38-
-------------------------
37+
v32.2.0 - 2024-06-19
38+
----------------------
3939

4040
- New and improved package/dependency data:
4141
- Added new attribute in DependentPackage `is_direct` to aid

src/scancode_config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,19 @@ 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.1.0'
135+
__version__ = '32.2.0'
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(2024, 3, 22)
140+
__release_date__ = datetime.datetime(2024, 6, 19)
141141

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

146146
#
147-
spdx_license_list_version = '3.23'
147+
spdx_license_list_version = '3.24'
148148

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

0 commit comments

Comments
 (0)