We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e66f1d5 + 300213e commit b2397b6Copy full SHA for b2397b6
CHANGELOG.rst
@@ -2,6 +2,12 @@ Release notes
2
=============
3
4
5
+Version v32.0.0rc2
6
+--------------------
7
+
8
+- We added migration for adding apache tomcat option in severity scoring.
9
10
11
Version v32.0.0rc1
12
--------------------
13
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = vulnerablecode
-version = 32.0.0rc1
+version = 32.0.0rc2
license = Apache-2.0 AND CC-BY-SA-4.0
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
vulnerablecode/__init__.py
@@ -12,7 +12,7 @@
import warnings
from pathlib import Path
14
15
-__version__ = "32.0.0rc1"
+__version__ = "32.0.0rc2"
16
17
18
def command_line():
0 commit comments