Skip to content

Commit df926ff

Browse files
authored
Merge pull request #2362 from aboutcode-org/prep_v40
Prepare for v40.0.0 release
2 parents 66eb1bf + 185a93f commit df926ff

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release notes
22
=============
33

4+
Version v40.0.0
5+
---------------------
6+
7+
- Fix malformed CVSS severity scores.
8+
- Disable v1 API, UI & pipelines.
9+
10+
411
Version v39.0.0
512
---------------------
613

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 = 39.0.0
3+
version = 40.0.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
@@ -14,7 +14,7 @@
1414

1515
import git
1616

17-
__version__ = "39.0.0"
17+
__version__ = "40.0.0"
1818

1919

2020
PROJECT_DIR = Path(__file__).resolve().parent

0 commit comments

Comments
 (0)