Skip to content

Commit 5c5fdde

Browse files
committed
Bump version to 30.0.0!
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 078400c commit 5c5fdde

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ Release notes
44
Version v30.0.0
55
----------------
66

7+
This is a major version that is not backward compatible.
8+
79
- We refactored the core processing with Importers that import data and Improvers that
810
transform imported data and convert that in Vulnerabilities and Packages. Improvers can
911
also improve and refine imported and existing data as well as enrich data using external
1012
data sources. The migration to this new architecture is under way and not all importers
1113
are available.
14+
1215
Because of these extensive changes, it is not possible to migrate existing imported
1316
data to the new schema. You will need instead to restart imports from an empty database
1417
or access the new public.vulnerablecode.io live instance. We also provide a database dump.

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 = 30.0.0rc6
3+
version = 30.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
@@ -12,7 +12,7 @@
1212
import warnings
1313
from pathlib import Path
1414

15-
__version__ = "30.0.0rc6"
15+
__version__ = "30.0.0"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)