Skip to content

Commit 3d6db80

Browse files
committed
Bump version to 31.2.4
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 3b74dc4 commit 3d6db80

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ License detection:
5555
as an option.
5656

5757

58+
v31.2.4 - 2023-01-09
59+
----------------------------------
60+
61+
This is a minor bugfix release.
62+
63+
There is a fix for an installation issue with the new "attrs" version 22.x
64+
when scancode-toolkit is installed using pip.
65+
This is resolved by vendoring attrs for use in licensedcode" to work around
66+
https://github.com/nexB/scancode-toolkit/issues/3179
67+
68+
5869
v31.2.3 - 2022-12-24
5970
----------------------------------
6071

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.3
3+
version = 31.2.4
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.3
3+
version = 31.2.4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ 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.3'
80+
__version__ = '31.2.4'
8181

8282
# used to warn user when the version is out of date
83-
__release_date__ = datetime.datetime(2022, 10, 5)
83+
__release_date__ = datetime.datetime(2023, 1, 9)
8484

8585
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
8686
# on the data format version

0 commit comments

Comments
 (0)