Skip to content

Commit 710cfed

Browse files
AyanSinhaMahapatraJonoYang
authored andcommitted
Merge pull request #3262 from nexB/bump-v32.0.0rc2
Bump version to v32.0.0rc2
2 parents 5ec85c4 + b5342bf commit 710cfed

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ chardet==5.0.0
99
charset-normalizer==2.1.0
1010
click==8.1.3
1111
colorama==0.4.5
12-
commoncode==31.0.0
12+
commoncode==31.0.2
1313
construct==2.10.68
1414
container-inspector==31.1.0
1515
cryptography==37.0.4

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
3-
version = 32.0.0rc1
3+
version = 32.0.0rc2
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 = 32.0.0rc1
3+
version = 32.0.0rc2
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
@@ -70,7 +70,7 @@ install_requires =
7070
chardet >= 3.0.0
7171
click >= 6.7, !=7.0
7272
colorama >= 0.3.9
73-
commoncode >= 31.0.0
73+
commoncode >= 31.0.2
7474
container-inspector >= 31.0.0
7575
debian-inspector >= 31.0.0
7676
dparse2 >= 0.7.0

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _create_dir(location):
132132
# 4. hardcoded This is the default, fallback version in case package is not installed or we
133133
# do not have a proper version otherwise.
134134
if not __version__:
135-
__version__ = '32.0.0rc1'
135+
__version__ = '32.0.0rc2'
136136

137137
#######################
138138
# used to warn user when the version is out of date

0 commit comments

Comments
 (0)