Skip to content

Commit a02740d

Browse files
committed
Bump version to 21.3.31
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent c7dfc1a commit a02740d

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
@@ -39,7 +39,7 @@ License scanning:
3939

4040

4141

42-
v21.3.30
42+
v21.3.31
4343
--------
4444

4545
This is a major version with no breaking API changes. Heads-up: the next version

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.3.30
3+
version = 21.3.31
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.3.30
3+
version = 21.3.31
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
@@ -79,7 +79,7 @@ def _create_dir(location):
7979
except (DistributionNotFound, ImportError):
8080
# package is not installed or we do not have setutools/pkg_resources
8181
# on hand
82-
__version__ = '21.3.1'
82+
__version__ = '21.3.31'
8383

8484
system_temp_dir = tempfile.gettempdir()
8585
scancode_src_dir = dirname(__file__)

0 commit comments

Comments
 (0)