Skip to content

Commit 910f68f

Browse files
authored
Bump version for v35.5.0 release (#1971)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 0da9b4e commit 910f68f

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
Changelog
22
=========
33

4-
v35.4.2 (unreleased)
4+
v35.5.0 (2025-12-01)
55
--------------------
66

77
- Add arguments support for the reset action in REST API.
88
https://github.com/aboutcode-org/scancode.io/issues/1948
99

10+
- Add management command to analyze Kubernetes cluster.
11+
https://github.com/aboutcode-org/scancode.io/issues/1950
12+
13+
- Improve source mapping for .py and .pyi files.
14+
https://github.com/aboutcode-org/scancode.io/issues/1920
15+
16+
- Keep webhook subscription in project reset.
17+
https://github.com/aboutcode-org/scancode.io/issues/1963
18+
19+
- Add --vulnerabilities and --strict options in verify-project.
20+
https://github.com/aboutcode-org/scancode.io/issues/1964
21+
22+
- Add support for PyPI PURLs as Inputs.
23+
https://github.com/aboutcode-org/scancode.io/issues/1966
24+
25+
- Add JFrog Artifactory and Sonatype Nexus integrations documentation.
26+
https://github.com/aboutcode-org/scancode.io/issues/1970
27+
1028
v35.4.1 (2025-10-24)
1129
--------------------
1230

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "scancodeio"
7-
version = "35.4.1"
7+
version = "35.5.0"
88
description = "Automate software composition analysis pipelines"
99
readme = "README.rst"
1010
requires-python = ">=3.10,<3.14"

scancodeio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import git
3030

31-
VERSION = "35.4.1"
31+
VERSION = "35.5.0"
3232

3333
PROJECT_DIR = Path(__file__).resolve().parent
3434
ROOT_DIR = PROJECT_DIR.parent

0 commit comments

Comments
 (0)