There was an error while loading. Please reload this page.
1 parent 4ae7b4c commit 69bd542Copy full SHA for 69bd542
3 files changed
CHANGELOG.rst
@@ -3,6 +3,12 @@ Release notes
3
4
5
6
+Version v30.2.1
7
+----------------
8
+
9
+- We refactored and fixed the LaunchPad API code.
10
11
12
Version v30.2.0
13
----------------
14
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = vulnerablecode
-version = 30.2.0
+version = 30.2.1
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
@@ -12,7 +12,7 @@
import warnings
from pathlib import Path
15
-__version__ = "30.2.0"
+__version__ = "30.2.1"
16
17
18
def command_line():
0 commit comments