Skip to content

Commit db0524c

Browse files
committed
Bump for release
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 8d9e68c commit db0524c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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 = 31.0.0rc2
3+
version = 31.0.0rc3
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 31.0.0rc2
3+
version = 31.0.0rc3
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
@@ -59,7 +59,7 @@ zip_safe = false
5959
py_modules =
6060
scancode_config
6161

62-
python_requires = >=3.76.*
62+
python_requires = >=3.7.*
6363

6464
install_requires =
6565
attrs >= 18.1, !=20.1.0

src/scancode_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ 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__ = '31.0.0b5'
80+
__version__ = '31.0.0rc3'
8181

8282
# used to warn user when the version is out of date
83-
__release_date__ = datetime.datetime(2022, 4, 30)
83+
__release_date__ = datetime.datetime(2022, 7, 28)
8484

8585
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
8686
# on the data format version

0 commit comments

Comments
 (0)