File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- v34.9.6 (unreleased )
5
- --------------------
4
+ v34.10.0 (2025-03-21 )
5
+ ---------------------
6
6
7
7
- Rename the ``docker ``, ``docker_windows ``, and ``root_filesystem `` modules to
8
8
``analyze_docker ``, ``analyze_docker_windows ``, and ``analyze_root_filesystem ``
Original file line number Diff line number Diff line change 9
9
- ` CHANGELOG.rst ` (set date)
10
10
- Commit and push this branch
11
11
- Create a PR and merge once approved
12
- - Tag and push that tag. This will triggers the ` pypi-release.yml ` GitHub workflow that
12
+ - Tag and push that tag. This will trigger the ` pypi-release.yml ` GitHub workflow that
13
13
takes care of building the dist release files and upload those to pypi:
14
14
```
15
15
VERSION=vx.x.x # <- Set the new version here
Original file line number Diff line number Diff line change 28
28
29
29
import git
30
30
31
- VERSION = "34.9.5 "
31
+ VERSION = "34.10.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.9.5
3
+ version = 34.10.0
4
4
license = Apache-2.0
5
5
description = Automate software composition analysis pipelines
6
6
long_description = file:README.rst
@@ -159,7 +159,7 @@ scancodeio_pipelines =
159
159
160
160
[bumpver]
161
161
version_pattern = " MAJOR.MINOR.PATCH"
162
- current_version = " 34.9.5 "
162
+ current_version = " 34.10.0 "
163
163
164
164
[bumpver:file_patterns]
165
165
setup.cfg =
You can’t perform that action at this time.
0 commit comments