diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1d0d83fac..e61192d58 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -v34.9.6 (unreleased) --------------------- +v34.10.0 (2025-03-21) +--------------------- - Rename the ``docker``, ``docker_windows``, and ``root_filesystem`` modules to ``analyze_docker``, ``analyze_docker_windows``, and ``analyze_root_filesystem`` diff --git a/RELEASE.md b/RELEASE.md index 20ed80362..580738d98 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -9,7 +9,7 @@ - `CHANGELOG.rst` (set date) - Commit and push this branch - Create a PR and merge once approved -- Tag and push that tag. This will triggers the `pypi-release.yml` GitHub workflow that +- Tag and push that tag. This will trigger the `pypi-release.yml` GitHub workflow that takes care of building the dist release files and upload those to pypi: ``` VERSION=vx.x.x # <- Set the new version here diff --git a/scancodeio/__init__.py b/scancodeio/__init__.py index 1492250d7..8206c539c 100644 --- a/scancodeio/__init__.py +++ b/scancodeio/__init__.py @@ -28,7 +28,7 @@ import git -VERSION = "34.9.5" +VERSION = "34.10.0" PROJECT_DIR = Path(__file__).resolve().parent ROOT_DIR = PROJECT_DIR.parent diff --git a/setup.cfg b/setup.cfg index af35a17ea..928098303 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scancodeio -version = 34.9.5 +version = 34.10.0 license = Apache-2.0 description = Automate software composition analysis pipelines long_description = file:README.rst @@ -159,7 +159,7 @@ scancodeio_pipelines = [bumpver] version_pattern = "MAJOR.MINOR.PATCH" -current_version = "34.9.5" +current_version = "34.10.0" [bumpver:file_patterns] setup.cfg =