From 300213e6e792a14071a8769b0bf6bd20ff233196 Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Wed, 25 Jan 2023 20:55:48 +0530 Subject: [PATCH] Prepare for release v32.0.0rc2 Signed-off-by: Tushar Goel --- CHANGELOG.rst | 6 ++++++ setup.cfg | 2 +- vulnerablecode/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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():