From 213a7b2f21503e86ef0ed9179e6c2269889c80f3 Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Fri, 26 May 2023 16:26:53 +0530 Subject: [PATCH] Release prep for version 30.1.1 Signed-off-by: Ayan Sinha Mahapatra --- CHANGELOG.rst | 8 ++++++++ README.rst | 4 ++-- setup.cfg | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3a44448..8dc4340 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +v30.1.1 - 2023-01-16 +---------------------- + +This is a minor dot release without API changes + +- Use latest skeleton +- Update license list to latest ScanCode and SPDX 3.20 + v30.1.0 - 2023-01-16 ---------------------- diff --git a/README.rst b/README.rst index a119d68..b4b3944 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ SPDX and SBOM in general) as a way to express licensing precisely. simplify and normalize these license expressions (such as SPDX license expressions) using boolean logic like in: `GPL-2.0-or-later WITH Classpath-exception-2.0 AND MIT`. -It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.19) +It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.20) and ScanCode license DB (version 21.6.7) https://scancode-licensedb.aboutcode.org/ to get started quickly. @@ -111,7 +111,7 @@ expressions. Using boolean logic, license expressions can be tested for equality, containment, equivalence and can be normalized or simplified. -It also bundles the SPDX License list (3.19 as of now) and the ScanCode license +It also bundles the SPDX License list (3.20 as of now) and the ScanCode license DB (based on latest ScanCode) to easily parse and validate expressions using the license symbols. diff --git a/setup.cfg b/setup.cfg index bd08c74..153e9d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] name = license-expression +version = 30.1.1 license = Apache-2.0 # description must be on ONE line https://github.com/pypa/setuptools/issues/1390