Skip to content

Commit

Permalink
Prepare for release v33.6.0 (#1305)
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <[email protected]>
  • Loading branch information
TG1999 authored Sep 21, 2023
1 parent 7ece023 commit 1ff2e90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@ Release notes
=============


Version v33.6.0
----------------

- We added support to write packages and vulnerabilities at the time of import.


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
the user to navigate to the Fixed by packages tab and the Affected packages tab.
- We fixed severity range issue for handling unknown scores.
- We added support to write packages and vulnerabilities at the time of import.

Version v33.4.0
----------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vulnerablecode
version = 33.5.0
version = 33.6.0
license = Apache-2.0 AND CC-BY-SA-4.0

# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Expand Down
2 changes: 1 addition & 1 deletion vulnerablecode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import warnings
from pathlib import Path

__version__ = "33.5.0"
__version__ = "33.6.0"


def command_line():
Expand Down

0 comments on commit 1ff2e90

Please sign in to comment.