Skip to content

Commit 1292e1a

Browse files
committed
Bump version to v35.1.0 for release
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent b414680 commit 1292e1a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
Changelog
22
=========
33

4-
v35.1.0 (unreleased)
4+
v35.1.0 (2025-07-02)
55
--------------------
66

77
- Replace the ``setup.py``/``setup.cfg`` by ``pyproject.toml`` file.
88
https://github.com/aboutcode-org/scancode.io/issues/1608
99

10+
- Update scancode-toolkit to v32.4.0. See CHANGELOG for updates:
11+
https://github.com/aboutcode-org/scancode-toolkit/releases/tag/v32.4.0
12+
Adds a new ``git_sha1`` attribute to the ``CodebaseResource`` model as this
13+
is now computed and returned from the ``scancode-toolkit`` ``--info`` plugin.
14+
https://github.com/aboutcode-org/scancode.io/pull/1708
15+
1016
- Add a ``--fail-on-vulnerabilities`` option in ``check-compliance`` management command.
1117
When this option is enabled, the command will exit with a non-zero status if known
1218
vulnerabilities are detected in discovered packages and dependencies.
@@ -23,12 +29,6 @@ v35.1.0 (unreleased)
2329
Cython source files (.pyx) to their compiled binaries.
2430
https://github.com/aboutcode-org/scancode.io/pull/1703
2531

26-
- Update scancode-toolkit to v32.4.0. See CHANGELOG for updates:
27-
https://github.com/aboutcode-org/scancode-toolkit/releases/tag/v32.4.0
28-
Adds a new ``git_sha1`` attribute to the ``CodebaseResource`` model as this
29-
is now computed and returned from the ``scancode-toolkit`` ``--info`` plugin.
30-
https://github.com/aboutcode-org/scancode.io/pull/1708
31-
3232
v35.0.0 (2025-06-23)
3333
--------------------
3434

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.0.0"
7+
version = "35.1.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.0.0"
31+
VERSION = "35.1.0"
3232

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

0 commit comments

Comments
 (0)