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.10.1 (unreleased )
4
+ v34.10.1 (2025-03-26 )
5
5
---------------------
6
6
7
7
- Convert the ``declared_license `` field value return by ``python-inspector `` in
Original file line number Diff line number Diff line change 28
28
29
29
import git
30
30
31
- VERSION = "34.10.0 "
31
+ VERSION = "34.10.1 "
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.10.0
3
+ version = 34.10.1
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.10.0 "
162
+ current_version = " 34.10.1 "
163
163
164
164
[bumpver:file_patterns]
165
165
setup.cfg =
You can’t perform that action at this time.
0 commit comments