Skip to content

Commit 8e43046

Browse files
committed
docs: update CHANGELOG
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent afe69be commit 8e43046

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release notes
22
=============
33

4+
Version v40.0.2
5+
---------------------
6+
- Update VulnerableCode documentation for advisories
7+
8+
49
Version v40.0.1
510
---------------------
611

@@ -45,7 +50,6 @@ Version v39.0.0
4550
- Fix failing V2 pipelinea
4651
- Improve altcha challenge flow and reduce session timeout (https://github.com/aboutcode-org/vulnerablecode/pull/2348)
4752

48-
4953
Version v38.6.0
5054
---------------------
5155

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.1
3+
version = 40.0.2
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.1"
17+
__version__ = "40.0.2"
1818

1919

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

0 commit comments

Comments
 (0)