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 ab9d3c4 + 8188418 commit 013ba1dCopy full SHA for 013ba1d
CHANGELOG.rst
@@ -2,7 +2,7 @@ Release notes
2
=============
3
4
5
-Version v31.0.0
+Version v30.1.0
6
----------------
7
8
- We added a new "/packages/all" API endpoint to get all Package URLs know to be vulnerable.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = vulnerablecode
-version = 30.0.0
+version = 30.1.0
license = Apache-2.0 AND CC-BY-SA-4.0
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
vulnerablecode/__init__.py
@@ -12,7 +12,7 @@
12
import warnings
13
from pathlib import Path
14
15
-__version__ = "30.0.0"
+__version__ = "30.1.0"
16
17
18
def command_line():
0 commit comments