From 582a1fb6262e805cab903ac9618684c9b5873918 Mon Sep 17 00:00:00 2001 From: Tushar Goel <34160672+TG1999@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:15:28 +0530 Subject: [PATCH] Prepare for release v33.5.0 (#1304) Signed-off-by: Tushar Goel --- CHANGELOG.rst | 4 ++-- setup.cfg | 2 +- vulnerablecode/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 077de77e5..757969e4b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Release notes ============= -Next Release ------------- +Version v33.5.0 +---------------- - We fixed a text-overflow issue in the Essentials tab of the Vulnerability details template. - We added clickable links to the Essentials tab of the Vulnerability details template that enable diff --git a/setup.cfg b/setup.cfg index 90adb9f43..0dcc9d201 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vulnerablecode -version = 33.4.0 +version = 33.5.0 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 d9c3f62fa..f976953d0 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -12,7 +12,7 @@ import warnings from pathlib import Path -__version__ = "33.4.0" +__version__ = "33.5.0" def command_line():