Skip to content

Commit

Permalink
Bump version for release v34.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Dec 9, 2024
1 parent 449cb72 commit 20107ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

v34.9.1 (unreleased)
v34.9.1 (2024-12-09)
--------------------

- Add the ability to filter on Project endpoint API actions.
Expand Down
2 changes: 1 addition & 1 deletion scancodeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

import git

VERSION = "34.9.0"
VERSION = "34.9.1"

PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
Expand Down
2 changes: 1 addition & 1 deletion scanpipe/pipes/rootfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def scan_rootfs_for_system_packages(project, rootfs):
_create_system_package(project, purl, package)

namespace_counts = Counter(seen_namespaces)
# we overwite namespace only when there are multiple
# we overwrite namespace only when there are multiple
# namespaces in the packages
if not len(namespace_counts.keys()) > 1:
return
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = scancodeio
version = 34.9.0
version = 34.9.1
license = Apache-2.0
description = Automate software composition analysis pipelines
long_description = file:README.rst
Expand Down Expand Up @@ -156,7 +156,7 @@ scancodeio_pipelines =

[bumpver]
version_pattern = "MAJOR.MINOR.PATCH"
current_version = "34.9.0"
current_version = "34.9.1"

[bumpver:file_patterns]
setup.cfg =
Expand Down

0 comments on commit 20107ac

Please sign in to comment.