diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ab62b1b1f..75de67dc2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Release notes ============= -Next Release ------------- +Version v33.3.0 +---------------- - We filtered out the weakness that are not presented in the cwe2.database before passing them into the vulnerability details view. diff --git a/setup.cfg b/setup.cfg index 4e987e97c..4231acd33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vulnerablecode -version = 33.2.0 +version = 33.3.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 735db72a2..f51a1691b 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -12,7 +12,7 @@ import warnings from pathlib import Path -__version__ = "33.2.0" +__version__ = "33.3.0" def command_line():