Skip to content

Commit 493c0db

Browse files
committed
Bump to v21.8.4
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent f4c10ed commit 493c0db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Package detection:
4343
- Add support to track installed files for each Package type.
4444

4545

46-
v21.8.1
46+
v21.8.4
4747
---------
4848

4949
This is a minor bug fix release primarily for Windows installation.

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 = 21.8.1
3+
version = 21.8.4
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 = 21.8.1
3+
version = 21.8.4
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
@@ -74,7 +74,7 @@ def _create_dir(location):
7474

7575
# in case package is not installed or we do not have setutools/pkg_resources
7676
# on hand fall back to this version
77-
__version__ = '21.8.1'
77+
__version__ = '21.8.4'
7878
try:
7979
from pkg_resources import get_distribution, DistributionNotFound
8080
try:

0 commit comments

Comments
 (0)