File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- v34.9.2 (unreleased )
4
+ v34.9.2 (2024-12-10 )
5
5
--------------------
6
6
7
7
- Fix an issue with the ``scan_rootfs_for_system_packages `` pipe when a namespace is
Original file line number Diff line number Diff line change 28
28
29
29
import git
30
30
31
- VERSION = "34.9.1 "
31
+ VERSION = "34.9.2 "
32
32
33
33
PROJECT_DIR = Path (__file__ ).resolve ().parent
34
34
ROOT_DIR = PROJECT_DIR .parent
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancodeio
3
- version = 34.9.1
3
+ version = 34.9.2
4
4
license = Apache-2.0
5
5
description = Automate software composition analysis pipelines
6
6
long_description = file:README.rst
@@ -156,7 +156,7 @@ scancodeio_pipelines =
156
156
157
157
[bumpver]
158
158
version_pattern = " MAJOR.MINOR.PATCH"
159
- current_version = " 34.9.1 "
159
+ current_version = " 34.9.2 "
160
160
161
161
[bumpver:file_patterns]
162
162
setup.cfg =
You can’t perform that action at this time.
0 commit comments