From 22d90ca24b15ea07a340e2cfafe360ed11e09821 Mon Sep 17 00:00:00 2001 From: tdruez Date: Wed, 20 Aug 2025 12:35:30 +0400 Subject: [PATCH] Bump version for v35.3.0 release Signed-off-by: tdruez --- CHANGELOG.rst | 2 +- pyproject.toml | 2 +- scancodeio/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 25d966045b..84b094838d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -v35.3.0 (unreleased) +v35.3.0 (2025-08-20) -------------------- - Enhanced scorecard compliance support with: diff --git a/pyproject.toml b/pyproject.toml index c488c2a257..c3fa2f21a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "scancodeio" -version = "35.2.0" +version = "35.3.0" description = "Automate software composition analysis pipelines" readme = "README.rst" requires-python = ">=3.10,<3.14" diff --git a/scancodeio/__init__.py b/scancodeio/__init__.py index 8ace279541..cec0643926 100644 --- a/scancodeio/__init__.py +++ b/scancodeio/__init__.py @@ -28,7 +28,7 @@ import git -VERSION = "35.2.0" +VERSION = "35.3.0" PROJECT_DIR = Path(__file__).resolve().parent ROOT_DIR = PROJECT_DIR.parent