diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8dd91a3fa..2879dcf89 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Release notes ============= +Version v32.0.0rc2 +-------------------- + +- We added migration for adding apache tomcat option in severity scoring. + + Version v32.0.0rc1 -------------------- diff --git a/setup.cfg b/setup.cfg index 944ff7e98..e27c5879b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [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 diff --git a/vulnerablecode/__init__.py b/vulnerablecode/__init__.py index 43a2d0500..90be2570f 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -12,7 +12,7 @@ import warnings from pathlib import Path -__version__ = "32.0.0rc1" +__version__ = "32.0.0rc2" def command_line():