File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ License detection:
5454 detected license only once. This data can contain the reference license text
5555 as an option.
5656
57+ v31.2.1 - 2022-10-05
58+ ----------------------------------
59+
60+ This is a minor release to fix a typo in a date.
61+
5762
5863v31.2.0 - 2022-10-05
5964----------------------------------
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit-mini
3- version = 31.2.0
3+ version = 31.2.1
44license = 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
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit
3- version = 31.2.0
3+ version = 31.2.1
44license = 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
Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ def _create_dir(location):
7777
7878# in case package is not installed or we do not have setutools/pkg_resources
7979# on hand fall back to this version
80- __version__ = '31.2.0 '
80+ __version__ = '31.2.1 '
8181
8282# used to warn user when the version is out of date
83- __release_date__ = datetime .datetime (2022 , 10 , 05 )
83+ __release_date__ = datetime .datetime (2022 , 10 , 5 )
8484
8585# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
8686# on the data format version
You can’t perform that action at this time.
0 commit comments