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 11Changelog
22=========
33
4- v34.7.2 (unreleased )
4+ v34.8.0 (2024-08-15 )
55--------------------
66
77- Add a new ``enrich_with_purldb `` add-on pipeline to enrich the discovered packages
Original file line number Diff line number Diff line change 2828
2929import git
3030
31- VERSION = "34.7.1 "
31+ VERSION = "34.8.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.7.1
3+ version = 34.8.0
44license = Apache-2.0
55description = Automate software composition analysis pipelines
66long_description = file:README.rst
@@ -150,7 +150,7 @@ scancodeio_pipelines =
150150
151151[bumpver]
152152version_pattern = " MAJOR.MINOR.PATCH"
153- current_version = " 34.7.1 "
153+ current_version = " 34.8.0 "
154154
155155[bumpver:file_patterns]
156156setup.cfg =
You can’t perform that action at this time.
0 commit comments