Skip to content

Commit 8222cc5

Browse files
committed
Update changelog and prep for release
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent d56a2b9 commit 8222cc5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

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

4+
Version v38.0.0
5+
---------------------
6+
7+
- This is a major version, we have changed our V3 API, refer to ``api_v3_usage.rst`` for details.
8+
- We have started grouping advisories which have aliases or identifiers in common and also affect same set of packages together.
9+
410
Version v37.0.0
511
---------------------
612

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 = 37.0.0
3+
version = 38.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__ = "37.0.0"
17+
__version__ = "38.0.0"
1818

1919

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

0 commit comments

Comments
 (0)