Skip to content

Commit 686ca78

Browse files
committed
Bump release to 31.1.0
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent a79b731 commit 686ca78

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,26 @@ License detection:
3131
as an option.
3232

3333

34+
35+
v31.1.0 - 2022-08-29
36+
----------------------------------
37+
38+
This is a minor release with critical bug fixes and minor updates.
39+
40+
- Fix a critical bug in license detection
41+
- Add a few new licenses and license detection rules
42+
43+
44+
v31.0.2 - 2022-08-24
45+
----------------------------------
46+
47+
This is a minor release with small bug fixes and minor updates.
48+
49+
- Fix minor bug in PyPI package assembly
50+
- Add a few new licenses and license detection rules
51+
- Update commoncode
52+
53+
3454
v31.0.2 - 2022-08-24
3555
----------------------------------
3656

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.0
3+
version = 31.1.0
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.0
3+
version = 31.1.0
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.0'
80+
__version__ = '31.1.0'
8181

8282
# used to warn user when the version is out of date
83-
__release_date__ = datetime.datetime(2022, 8, 24)
83+
__release_date__ = datetime.datetime(2022, 8, 29)
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)