Skip to content

Commit 89cfb1a

Browse files
Merge pull request #3336 from nexB/release-prep-v32-rc4
Release prep V32.0.0rc4
2 parents 6b1c2ce + bcf919e commit 89cfb1a

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
@@ -197,6 +197,18 @@ License detection:
197197

198198
See https://github.com/nexB/scancode-toolkit/issues/3219
199199

200+
v31.2.5 - 2023-04-21
201+
----------------------------------
202+
203+
This is a minor backport release.
204+
205+
This adds license rule changes and was requested here:
206+
https://github.com/nexB/scancode-toolkit/issues/3310
207+
This was originally merged in #3218 and included in
208+
the latest release v32.x, and is also being backported
209+
now to v31.2.x
210+
211+
200212
v31.2.4 - 2023-01-09
201213
----------------------------------
202214

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
3-
version = 32.0.0rc3
3+
version = 32.0.0rc4
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.0rc3
3+
version = 32.0.0rc4
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.0rc3'
135+
__version__ = '32.0.0rc4'
136136

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

0 commit comments

Comments
 (0)