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.0 (unreleased )
4
+ v34.9.0 (2024-11-14 )
5
5
--------------------
6
6
7
7
- Add ability to declared pipeline selected groups in create project REST API endpoint.
Original file line number Diff line number Diff line change 28
28
29
29
import git
30
30
31
- VERSION = "34.8.3 "
31
+ VERSION = "34.9.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.8.3
3
+ version = 34.9.0
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.8.3 "
159
+ current_version = " 34.9.0 "
160
160
161
161
[bumpver:file_patterns]
162
162
setup.cfg =
You can’t perform that action at this time.
0 commit comments