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 20a88ef + a0ec70b commit 33b3d92Copy full SHA for 33b3d92
3 files changed
CHANGELOG.rst
@@ -2,8 +2,8 @@ Release notes
2
=============
3
4
5
-Next Release
6
---------------
+Version v32.0.0rc4
+-------------------
7
8
- We added loading of env for GitHub datasource in vulntotal.
9
- We fixed import process in github importer in vulnerablecode reported here
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = vulnerablecode
-version = 32.0.0rc3
+version = 32.0.0rc4
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__ = "32.0.0rc3"
+__version__ = "32.0.0rc4"
16
17
18
def command_line():
0 commit comments