Skip to content

Commit b47f382

Browse files
authored
Preapre for release version v35.1.0 (#1689)
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent ae220d1 commit b47f382

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Release notes
22
=============
33

44

5+
Version v35.1.0
6+
---------------------
7+
8+
- Use AboutCode mirror for collecting CISA KEV #1685
9+
- Do not report ghost package as a fix for vulnerability #1679
10+
- Add pipeline to sort packages #1686
11+
- Fix urls for API #1678
12+
13+
514
Version v35.0.0
615
---------------------
716

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vulnerablecode
3-
version = 35.0.0
3+
version = 35.1.0
44
license = Apache-2.0 AND CC-BY-SA-4.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

vulnerablecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import os
1111
import sys
1212

13-
__version__ = "35.0.0"
13+
__version__ = "35.1.0"
1414

1515

1616
def command_line():

0 commit comments

Comments
 (0)