Skip to content

Commit 4f498ce

Browse files
committed
Bump version to 31.2.6
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 6762c30 commit 4f498ce

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,19 @@ License detection:
5555
as an option.
5656

5757

58+
v31.2.6 - 2023-04-25
59+
----------------------------------
60+
61+
This is a minor hotfix release.
62+
63+
This fix a crash when parsing a .deb Dbeian package filename
64+
reported in https://github.com/nexB/scancode-toolkit/issues/3259
65+
66+
5867
v31.2.5 - 2023-01-09
5968
----------------------------------
6069

61-
This is a minor backport release.
70+
This is a minor fix backport release.
6271

6372
This adds license rule changes and was requested here:
6473
https://github.com/nexB/scancode-toolkit/issues/3310

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 = 31.2.5
3+
version = 31.2.6
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 = 31.2.5
3+
version = 31.2.6
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
@@ -77,7 +77,7 @@ def _create_dir(location):
7777

7878
# in case package is not installed or we do not have setutools/pkg_resources
7979
# on hand fall back to this version
80-
__version__ = '31.2.5'
80+
__version__ = '31.2.6'
8181

8282
# used to warn user when the version is out of date
8383
__release_date__ = datetime.datetime(2023, 1, 9)

0 commit comments

Comments
 (0)