Skip to content

Commit 75b19fd

Browse files
authored
Merge pull request #1664 from aboutcode-org/prepare_v35.0.0rc1
Prepare v35.0.0rc1
2 parents fea657e + ff2b64c commit 75b19fd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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 v35.0.0rc1
5+
---------------------
6+
7+
- Add support for storing exploitability and weighted severity #1646
8+
- Avoid migrations on version bumps #1660
9+
10+
411
Version v34.3.2
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 = 34.3.2
3+
version = 35.0.0rc1
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__ = "34.3.2"
13+
__version__ = "35.0.0rc1"
1414

1515

1616
def command_line():

0 commit comments

Comments
 (0)