We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fea657e + ff2b64c commit 75b19fdCopy full SHA for 75b19fd
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Release notes
2
=============
3
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
11
Version v34.3.2
12
----------------
13
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = vulnerablecode
-version = 34.3.2
+version = 35.0.0rc1
license = Apache-2.0 AND CC-BY-SA-4.0
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
vulnerablecode/__init__.py
@@ -10,7 +10,7 @@
import os
import sys
-__version__ = "34.3.2"
+__version__ = "35.0.0rc1"
14
15
16
def command_line():
0 commit comments