Skip to content

Commit b2397b6

Browse files
authored
Merge pull request #1098 from TG1999/release/v32.0.0rc2
Prepare for release v32.0.0rc2
2 parents e66f1d5 + 300213e commit b2397b6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Release notes
22
=============
33

44

5+
Version v32.0.0rc2
6+
--------------------
7+
8+
- We added migration for adding apache tomcat option in severity scoring.
9+
10+
511
Version v32.0.0rc1
612
--------------------
713

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vulnerablecode
3-
version = 32.0.0rc1
3+
version = 32.0.0rc2
44
license = Apache-2.0 AND CC-BY-SA-4.0
55

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

vulnerablecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import warnings
1313
from pathlib import Path
1414

15-
__version__ = "32.0.0rc1"
15+
__version__ = "32.0.0rc2"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)