Skip to content

Commit 8a83793

Browse files
Bump version to v32.0.5rc1
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent b52f7df commit 8a83793

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ v32.1.0 (next, roadmap)
4242
See https://github.com/nexB/scancode-toolkit/issues/1745
4343

4444

45+
v32.0.5rc1 - 2023-06-12
46+
------------------------
47+
48+
This is a minor bugfix release with the following updates:
49+
50+
- A new `--todo` option is added to show the todo items that
51+
should be reviewed, which are ambiguous license/package
52+
detections.
53+
54+
- New licenses and license detection rules. And other license
55+
detection fixes.
56+
4557
v32.0.4 - 2023-06-07
4658
---------------------
4759

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit-mini
3-
version = 32.0.4
3+
version = 32.0.5rc1
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 32.0.4
3+
version = 32.0.5rc1
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _create_dir(location):
132132
# 4. hardcoded This is the default, fallback version in case package is not installed or we
133133
# do not have a proper version otherwise.
134134
if not __version__:
135-
__version__ = '32.0.4'
135+
__version__ = '32.0.5rc1'
136136

137137
#######################
138138
# used to warn user when the version is out of date

0 commit comments

Comments
 (0)