Skip to content

Commit d610a39

Browse files
Bump version to v32.3.1
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 15e0876 commit d610a39

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

setup-mini.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[metadata]
22
name = scancode-toolkit-mini
3-
version = 32.3.0
3+
version = 32.3.1
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
77
description = ScanCode is a tool to scan code for license, copyright, package and their documented dependencies and other interesting facts. scancode-toolkit-mini is a special build that does not come with pre-built binary dependencies by default. These are instead installed separately or with the extra_requires scancode-toolkit-mini[full]
88
long_description = file:README.rst
99
long_description_content_type = text/x-rst
10-
url = https://github.com/nexB/scancode-toolkit
10+
url = https://github.com/aboutcode-org/scancode-toolkit
1111

1212
author = nexB. Inc. and others
1313
author_email = info@aboutcode.org
@@ -84,7 +84,7 @@ install_requires =
8484
javaproperties >= 0.5
8585
jinja2 >= 2.7.0
8686
jsonstreams >= 0.5.0
87-
license_expression >= 30.1.1
87+
license_expression >= 30.4.0
8888
lxml >= 4.9.2
8989
MarkupSafe >= 2.1.2
9090
packageurl_python >= 0.9.0

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 32.3.0
3+
version = 32.3.1
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
77
description = ScanCode is a tool to scan code for license, copyright, package and their documented dependencies and other interesting facts.
88
long_description = file:README.rst
99
long_description_content_type = text/x-rst
10-
url = https://github.com/aboutcode-org/skeleton
10+
url = https://github.com/aboutcode-org/scancode-toolkit
1111

1212
author = nexB. Inc. and others
1313
author_email = info@aboutcode.org

src/scancode_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ 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.0'
135+
__version__ = '32.3.1'
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, 10, 21)
140+
__release_date__ = datetime.datetime(2025, 01, 06)
141141

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

0 commit comments

Comments
 (0)