diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 72b33706c5..574d596bfa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -v35.2.0 (unreleased) +v35.2.0 (2025-08-01) -------------------- - Refactor policies implementation to support more than licenses. diff --git a/pyproject.toml b/pyproject.toml index 51958ad2a8..0efe50aded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "scancodeio" -version = "35.1.0" +version = "35.2.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 c7594535c6..8ace279541 100644 --- a/scancodeio/__init__.py +++ b/scancodeio/__init__.py @@ -28,7 +28,7 @@ import git -VERSION = "35.1.0" +VERSION = "35.2.0" PROJECT_DIR = Path(__file__).resolve().parent ROOT_DIR = PROJECT_DIR.parent