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 11Changelog
22=========
33
4- v34.9.6 (unreleased )
5- --------------------
4+ v34.10.0 (2025-03-21 )
5+ ---------------------
66
77- Rename the ``docker ``, ``docker_windows ``, and ``root_filesystem `` modules to
88 ``analyze_docker ``, ``analyze_docker_windows ``, and ``analyze_root_filesystem ``
Original file line number Diff line number Diff line change 99 - ` CHANGELOG.rst ` (set date)
1010- Commit and push this branch
1111- 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
1313 takes care of building the dist release files and upload those to pypi:
1414 ```
1515 VERSION=vx.x.x # <- Set the new version here
Original file line number Diff line number Diff line change 2828
2929import git
3030
31- VERSION = "34.9.5 "
31+ VERSION = "34.10.0 "
3232
3333PROJECT_DIR = Path (__file__ ).resolve ().parent
3434ROOT_DIR = PROJECT_DIR .parent
Original file line number Diff line number Diff line change 11[metadata]
22name = scancodeio
3- version = 34.9.5
3+ version = 34.10.0
44license = Apache-2.0
55description = Automate software composition analysis pipelines
66long_description = file:README.rst
@@ -159,7 +159,7 @@ scancodeio_pipelines =
159159
160160[bumpver]
161161version_pattern = " MAJOR.MINOR.PATCH"
162- current_version = " 34.9.5 "
162+ current_version = " 34.10.0 "
163163
164164[bumpver:file_patterns]
165165setup.cfg =
You can’t perform that action at this time.
0 commit comments