Skip to content

Commit de7f33d

Browse files
committed
Prepare for release v40.0.1
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 29c9d85 commit de7f33d

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.rst

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

4+
Version v40.0.1
5+
---------------------
6+
7+
- Add throttling info in API docs, remove V1 and V2 API docs.
8+
- Avoid converting None to "None" in AdvisorySeverity.
9+
- Refine package curation workflow.
10+
11+
412
Version v40.0.0
513
---------------------
614

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 = 40.0.0
3+
version = 40.0.1
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__ = "40.0.0"
17+
__version__ = "40.0.1"
1818

1919

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

0 commit comments

Comments
 (0)