Skip to content

Commit 20107ac

Browse files
committed
Bump version for release v34.9.1
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 449cb72 commit 20107ac

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
v34.9.1 (unreleased)
4+
v34.9.1 (2024-12-09)
55
--------------------
66

77
- Add the ability to filter on Project endpoint API actions.

scancodeio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import git
3030

31-
VERSION = "34.9.0"
31+
VERSION = "34.9.1"
3232

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

scanpipe/pipes/rootfs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def scan_rootfs_for_system_packages(project, rootfs):
275275
_create_system_package(project, purl, package)
276276

277277
namespace_counts = Counter(seen_namespaces)
278-
# we overwite namespace only when there are multiple
278+
# we overwrite namespace only when there are multiple
279279
# namespaces in the packages
280280
if not len(namespace_counts.keys()) > 1:
281281
return

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancodeio
3-
version = 34.9.0
3+
version = 34.9.1
44
license = Apache-2.0
55
description = Automate software composition analysis pipelines
66
long_description = file:README.rst
@@ -156,7 +156,7 @@ scancodeio_pipelines =
156156

157157
[bumpver]
158158
version_pattern = "MAJOR.MINOR.PATCH"
159-
current_version = "34.9.0"
159+
current_version = "34.9.1"
160160

161161
[bumpver:file_patterns]
162162
setup.cfg =

0 commit comments

Comments
 (0)