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 3ae9a9f + 7d37e34 commit 2646d7eCopy full SHA for 2646d7e
CHANGELOG.rst
@@ -2,8 +2,8 @@ Release notes
2
=============
3
4
5
-Next release
6
--------------
+Version v32.0.0
+-----------------
7
8
- We fixed Apache HTTPD and Apache Kafka importer.
9
- We removed excessive network calls from Redhat importer.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = vulnerablecode
-version = 32.0.0rc4
+version = 32.0.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__ = "32.0.0rc4"
+__version__ = "32.0.0"
16
17
18
def command_line():
0 commit comments