We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198f365 commit 23b94adCopy full SHA for 23b94ad
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-v35.4.0 (unreleased)
+v35.4.0 (2025-09-30)
5
--------------------
6
7
- Use deterministic UID/GID in Dockerfile.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "scancodeio"
-version = "35.3.0"
+version = "35.4.0"
8
description = "Automate software composition analysis pipelines"
9
readme = "README.rst"
10
requires-python = ">=3.10,<3.14"
scancodeio/__init__.py
@@ -28,7 +28,7 @@
28
29
import git
30
31
-VERSION = "35.3.0"
+VERSION = "35.4.0"
32
33
PROJECT_DIR = Path(__file__).resolve().parent
34
ROOT_DIR = PROJECT_DIR.parent
0 commit comments