diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8d9788e33..f9e5e2a79 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Release notes ============= -Next release -------------- +Version v32.0.0 +----------------- - We fixed Apache HTTPD and Apache Kafka importer. - We removed excessive network calls from Redhat importer. diff --git a/setup.cfg b/setup.cfg index 65e480978..a95acc8a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [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 diff --git a/vulnerablecode/__init__.py b/vulnerablecode/__init__.py index a83dc6f03..e911f8d20 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -12,7 +12,7 @@ import warnings from pathlib import Path -__version__ = "32.0.0rc4" +__version__ = "32.0.0" def command_line():