Skip to content

Commit 213a7b2

Browse files
Release prep for version 30.1.1
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent d5dd64b commit 213a7b2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

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

4+
v30.1.1 - 2023-01-16
5+
----------------------
6+
7+
This is a minor dot release without API changes
8+
9+
- Use latest skeleton
10+
- Update license list to latest ScanCode and SPDX 3.20
11+
412

513
v30.1.0 - 2023-01-16
614
----------------------

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SPDX and SBOM in general) as a way to express licensing precisely.
2525
simplify and normalize these license expressions (such as SPDX license expressions)
2626
using boolean logic like in: `GPL-2.0-or-later WITH Classpath-exception-2.0 AND MIT`.
2727

28-
It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.19)
28+
It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.20)
2929
and ScanCode license DB (version 21.6.7) https://scancode-licensedb.aboutcode.org/
3030
to get started quickly.
3131

@@ -111,7 +111,7 @@ expressions.
111111
Using boolean logic, license expressions can be tested for equality, containment,
112112
equivalence and can be normalized or simplified.
113113

114-
It also bundles the SPDX License list (3.19 as of now) and the ScanCode license
114+
It also bundles the SPDX License list (3.20 as of now) and the ScanCode license
115115
DB (based on latest ScanCode) to easily parse and validate expressions using
116116
the license symbols.
117117

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[metadata]
22
name = license-expression
3+
version = 30.1.1
34
license = Apache-2.0
45

56
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

0 commit comments

Comments
 (0)