Skip to content

Commit d37bb16

Browse files
committed
Bump to 30.1.0
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 6eb91fe commit d37bb16

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,30 @@ Outputs:
6464

6565

6666

67+
30.1.0 - 2021-09-25
68+
--------------------
69+
70+
This is a bug fix release for these bugs:
71+
72+
- https://github.com/nexB/scancode-toolkit/issues/2717
73+
74+
We now return the package in the summaries as before.
75+
76+
There is also a minor API change: we no longer return a count of "null" empty
77+
values in the summaries for license, copyrights, etc.
78+
79+
80+
Thank you to:
81+
- Thomas Druez @tdruez
82+
83+
84+
6785
30.0.1 - 2021-09-24
6886
--------------------
6987

7088
This is a minor bug fix release for these bugs:
7189

72-
- https://github.com/nexB/scancode-toolkit/issues/2713
90+
- https://github.com/nexB/commoncode/issues/31
7391
- https://github.com/nexB/scancode-toolkit/issues/2713
7492

7593
We now correctly work with all supported Click versions.

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit-mini
3-
version = 30.0.1
3+
version = 30.1.0
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
description = ScanCode is a tool to scan code for license, copyright, package and their documented dependencies and other interesting facts. scancode-toolkit-mini is a special build that does not come with pre-built binary dependencies by default. These are instead installed separately or with the extra_requires scancode-toolkit-mini[full]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 30.0.1
3+
version = 30.1.0
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
description = ScanCode is a tool to scan code for license, copyright, package and their documented dependencies and other interesting facts.

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _create_dir(location):
7777

7878
# in case package is not installed or we do not have setutools/pkg_resources
7979
# on hand fall back to this version
80-
__version__ = '30.0.1'
80+
__version__ = '30.1.0'
8181

8282
# used to warn user when the version is out of date
8383
__release_date__ = datetime.datetime(2021, 9, 24)

0 commit comments

Comments
 (0)