Skip to content

Commit 6af5c98

Browse files
BUmp version to v32.5.0
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent 841d652 commit 6af5c98

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/source/getting-started/installation/install-scancode-using-docker.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Run the ``docker build`` source code checkout directory.
3535
For instance, ::
3636

3737
C:\scancode-toolkit>git describe --tags
38-
v32.4.1
39-
C:\scancode-toolkit>docker build --tag scancode-toolkit --tag scancode-toolkit:v32.4.1 .
38+
v32.5.0
39+
C:\scancode-toolkit>docker build --tag scancode-toolkit --tag scancode-toolkit:v32.5.0 .
4040

4141
Verify installation
4242
-------------------

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit-mini
3-
version = 32.4.1
3+
version = 32.5.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 32.4.1
3+
version = 32.5.0
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ def _create_dir(location):
134134
# See https://scancode-toolkit.readthedocs.io/en/latest/misc/versioning.html for
135135
# more information on versioning
136136
if not __version__:
137-
__version__ = '32.4.1'
137+
__version__ = '32.5.0'
138138

139139
#######################
140140
# used to warn user when the version is out of date
141141
# this is (year, month, day)
142-
__release_date__ = datetime.datetime(2025, 7, 23)
142+
__release_date__ = datetime.datetime(2026, 1, 15)
143143

144144
# See https://scancode-toolkit.readthedocs.io/en/latest/misc/versioning.html
145145
# for more information on the data format version

0 commit comments

Comments
 (0)