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 87b4ebc + 86b41ca commit ea0b934Copy full SHA for ea0b934
CHANGELOG.rst
@@ -2,6 +2,12 @@ Release notes
2
=============
3
4
5
+Version v32.0.1
6
+-----------------
7
+
8
+- Clean imported data after import process.
9
10
11
Version v32.0.0
12
-----------------
13
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = vulnerablecode
-version = 32.0.0
+version = 32.0.1
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 @@
import warnings
from pathlib import Path
14
15
-__version__ = "32.0.0"
+__version__ = "32.0.1"
16
17
18
def command_line():
0 commit comments