Commit 90ac7e6 1 parent 1e444a6 commit 90ac7e6 Copy full SHA for 90ac7e6
File tree 3 files changed +4
-4
lines changed
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.7.2 (unreleased )
4
+ v34.8.0 (2024-08-15 )
5
5
--------------------
6
6
7
7
- Add a new ``enrich_with_purldb `` add-on pipeline to enrich the discovered packages
Original file line number Diff line number Diff line change 28
28
29
29
import git
30
30
31
- VERSION = "34.7.1 "
31
+ VERSION = "34.8.0 "
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.7.1
3
+ version = 34.8.0
4
4
license = Apache-2.0
5
5
description = Automate software composition analysis pipelines
6
6
long_description = file:README.rst
@@ -150,7 +150,7 @@ scancodeio_pipelines =
150
150
151
151
[bumpver]
152
152
version_pattern = " MAJOR.MINOR.PATCH"
153
- current_version = " 34.7.1 "
153
+ current_version = " 34.8.0 "
154
154
155
155
[bumpver:file_patterns]
156
156
setup.cfg =
You can’t perform that action at this time.
0 commit comments