Skip to content

Commit cf389ae

Browse files
committed
Bump version to 31.0.0 for release
Signed-off-by: Thomas Druez <tdruez@nexb.com>
1 parent a69c563 commit cf389ae

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Changelog
22
=========
33

4-
v31.0.0 (next)
5-
---------------
4+
v31.0.0 (2022-08-25)
5+
--------------------
66

77
- WARNING: Drop support for Python 3.6 and 3.7. Add support for Python 3.10.
88
Upgrade Django to version 4.1 series.
99

10-
- Upgrade ScanCode-toolkit to version 31.0.1.
10+
- Upgrade ScanCode-toolkit to version 31.0.x.
1111
See https://github.com/nexB/scancode-toolkit/blob/develop/CHANGELOG.rst for an
1212
overview of the changes in the v31 compared to v30.
1313

@@ -69,8 +69,8 @@ v31.0.0 (next)
6969
https://github.com/nexB/scancode.io/issues/164
7070
https://github.com/nexB/scancode.io/issues/464
7171

72-
- Add the ability to filter by empty and none values providing the "EMPTY" magic value
73-
to any filters.
72+
- Add the ability to filter by empty and none values providing the
73+
"EMPTY" magic value to any filters.
7474
https://github.com/nexB/scancode.io/issues/296
7575

7676
- CodebaseResource.name now contains both the bare file name with extension, as
@@ -106,7 +106,7 @@ v31.0.0 (next)
106106
- ``CodebaseResource.for_packages`` now returns a list of
107107
``DiscoveredPackage.package_uid`` or ``DiscoveredPackage.package_url`` if
108108
``DiscoveredPackage.package_uid`` is not present. This is done to reflect the
109-
how scancode-toolkit's JSON output returns ``package_uid``s in the
109+
how scancode-toolkit's JSON output returns ``package_uid`` in the
110110
``for_packages`` field for Resources.
111111

112112
v30.2.0 (2021-12-17)

scancodeio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import warnings
2626
from pathlib import Path
2727

28-
__version__ = "30.2.0"
28+
__version__ = "31.0.0"
2929

3030
SCAN_NOTICE = Path(__file__).resolve().parent.joinpath("scan.NOTICE").read_text()
3131

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancodeio
3-
version = 30.2.0
3+
version = 31.0.0
44
license = Apache-2.0
55
description = Automate software composition analysis pipelines
66
long_description = file:README.rst
@@ -116,7 +116,7 @@ skip = lib,migrations,bin,data,Script,Lib,lib64,local,var,tmp,thirdparty
116116

117117
[bumpver]
118118
version_pattern = "MAJOR.MINOR.PATCH"
119-
current_version = "30.2.0"
119+
current_version = "31.0.0"
120120

121121
[bumpver:file_patterns]
122122
setup.cfg =

0 commit comments

Comments
 (0)