diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1d1d60c65..bd93a9ee7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Release notes ============= +Version v33.2.0 +----------------- + +- We fixed NVD importer to import the latest data by adding weakness + in unique content ID for advisories. + + Version v33.1.0 ----------------- diff --git a/setup.cfg b/setup.cfg index b0b38042c..4e987e97c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vulnerablecode -version = 33.1.0 +version = 33.2.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 2d98e35b5..735db72a2 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -12,7 +12,7 @@ import warnings from pathlib import Path -__version__ = "33.1.0" +__version__ = "33.2.0" def command_line():