From b47f382eab5a0d9da10d4b9d3b8e7efda97463f8 Mon Sep 17 00:00:00 2001 From: Tushar Goel <34160672+TG1999@users.noreply.github.com> Date: Sun, 8 Dec 2024 15:00:33 +0530 Subject: [PATCH] Preapre for release version v35.1.0 (#1689) Signed-off-by: Tushar Goel --- CHANGELOG.rst | 9 +++++++++ setup.cfg | 2 +- vulnerablecode/__init__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9ddaad005..7f6debf44 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Release notes ============= +Version v35.1.0 +--------------------- + +- Use AboutCode mirror for collecting CISA KEV #1685 +- Do not report ghost package as a fix for vulnerability #1679 +- Add pipeline to sort packages #1686 +- Fix urls for API #1678 + + Version v35.0.0 --------------------- diff --git a/setup.cfg b/setup.cfg index c6fe7712a..a3db96abd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vulnerablecode -version = 35.0.0 +version = 35.1.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 deb04c6fa..ee339e883 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -10,7 +10,7 @@ import os import sys -__version__ = "35.0.0" +__version__ = "35.1.0" def command_line():