Skip to content

Commit 4e4e9f7

Browse files
committed
Bump development version to 21.3.1
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 15a8f1b commit 4e4e9f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.25
3+
version = 21.3.1
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.2.25'
82+
__version__ = '21.3.1'
8383

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

0 commit comments

Comments
 (0)