From 16ae20a343c5332114edac34c7b6fcf2fb6bca74 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sat, 30 Apr 2022 15:07:25 +0200 Subject: [PATCH] Bump to 31.0.0b3 Signed-off-by: Philippe Ombredanne --- setup-mini.cfg | 2 +- setup.cfg | 2 +- src/scancode_config.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup-mini.cfg b/setup-mini.cfg index 44d02d88c5b..1e6edac91ce 100644 --- a/setup-mini.cfg +++ b/setup-mini.cfg @@ -1,6 +1,6 @@ [metadata] name = scancode-toolkit-mini -version = 31.0.0b2 +version = 31.0.0b3 license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft # description must be on ONE line https://github.com/pypa/setuptools/issues/1390 diff --git a/setup.cfg b/setup.cfg index e3e9c2f2014..cfae4518a6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scancode-toolkit -version = 31.0.0b2 +version = 31.0.0b3 license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft # description must be on ONE line https://github.com/pypa/setuptools/issues/1390 diff --git a/src/scancode_config.py b/src/scancode_config.py index e8a55c12002..753dd9c85d2 100644 --- a/src/scancode_config.py +++ b/src/scancode_config.py @@ -77,10 +77,10 @@ def _create_dir(location): # in case package is not installed or we do not have setutools/pkg_resources # on hand fall back to this version -__version__ = '31.0.0b2' +__version__ = '31.0.0b3' # used to warn user when the version is out of date -__release_date__ = datetime.datetime(2021, 9, 24) +__release_date__ = datetime.datetime(2022, 4, 30) # See https://github.com/nexB/scancode-toolkit/issues/2653 for more information # on the data format version