Skip to content

Commit 9f05b52

Browse files
committed
Prepare release
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 157f8aa commit 9f05b52

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@ Changelog
22
=========
33

44

5+
v30.1.0 - 2023-01-16
6+
----------------------
7+
8+
This is a minor release without API changes
9+
10+
- Use latest skeleton (and updated configure script)
11+
- Update license list to latest ScanCode and SPDX 3.19
12+
- Use correct syntax for python_require
13+
- Drop using Travis and Appveyor
14+
- Drop support for Python 3.7 and add Python 3.11
15+
516

6-
30.0.0 - 2022-05-10
17+
v30.0.0 - 2022-05-10
718
----------------------
819

920
This is a minor release with API changes

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ simplify and normalize license expressions (such as SPDX license expressions)
77
using boolean logic.
88

99
- License: Apache-2.0
10-
- Python: 3.6+
10+
- Python: 3.7+
1111
- Homepage: https://github.com/nexB/license-expression/
1212
- Install: `pip install license-expression` also available in most Linux distro.
1313

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

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

118118

0 commit comments

Comments
 (0)