File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- v34.8.3 (unreleased )
4
+ v34.8.3 (2024-10-30 )
5
5
--------------------
6
6
7
7
- Include the ``aboutcode `` module in the wheel and source distribution.
8
8
https://github.com/aboutcode-org/scancode.io/issues/1423
9
9
10
+ - Update ScanCode-toolkit to v32.3.0
11
+ https://github.com/aboutcode-org/scancode.io/issues/1418
12
+
10
13
v34.8.2 (2024-10-28)
11
14
--------------------
12
15
Original file line number Diff line number Diff line change 28
28
29
29
import git
30
30
31
- VERSION = "34.8.2 "
31
+ VERSION = "34.8.3 "
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.2
3
+ version = 34.8.3
4
4
license = Apache-2.0
5
5
description = Automate software composition analysis pipelines
6
6
long_description = file:README.rst
@@ -153,7 +153,7 @@ scancodeio_pipelines =
153
153
154
154
[bumpver]
155
155
version_pattern = " MAJOR.MINOR.PATCH"
156
- current_version = " 34.8.1 "
156
+ current_version = " 34.8.3 "
157
157
158
158
[bumpver:file_patterns]
159
159
setup.cfg =
You can’t perform that action at this time.
0 commit comments