File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
134134if 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
You can’t perform that action at this time.
0 commit comments