Skip to content

Commit b3aaa47

Browse files
Bump versions to 32.0.0b1
Also update spdx license list version as it was updated previously. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent a410f6e commit b3aaa47

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 = 32.0.0
3+
version = 32.0.0b1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 32.0.0
3+
version = 32.0.0b1
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

src/scancode_config.py

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

8282
# used to warn user when the version is out of date
8383
__release_date__ = datetime.datetime(2022, 10, 5)
@@ -87,7 +87,7 @@ def _create_dir(location):
8787
__output_format_version__ = '3.0.0'
8888

8989
#
90-
spdx_license_list_version = '3.17'
90+
spdx_license_list_version = '3.18'
9191

9292
try:
9393
from pkg_resources import get_distribution, DistributionNotFound

0 commit comments

Comments
 (0)