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 c5c88d7 + f13518f commit ff95e09Copy full SHA for ff95e09
3 files changed
CHANGELOG.rst
@@ -7,6 +7,7 @@ Version v33.0.0
7
8
- We have dropped ``unresolved_vulnerabilities`` from /api/package endpoint API response.
9
- We have added missing quotes for href values in template.
10
+- We have fixed merge functionality of AffectedPackage.
11
12
13
Version v32.0.1
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = vulnerablecode
3
-version = 32.0.1
+version = 33.0.0
4
license = Apache-2.0 AND CC-BY-SA-4.0
5
6
# 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.1"
+__version__ = "33.0.0"
16
17
18
def command_line():
0 commit comments