Skip to content

Commit dd54f51

Browse files
Merge pull request #86 from nexB/release-prep-v30.1.1
Release prep for version 30.1.1
2 parents d5dd64b + bf57d6b commit dd54f51

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444

4545

4646
create-gh-release:
47+
# Sets permissions of the GITHUB_TOKEN to allow release upload
48+
permissions:
49+
contents: write
4750
name: Create GH release
4851
needs:
4952
- build-pypi-distribs

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)