Skip to content

Commit 574fcd4

Browse files
committed
Bump version
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 9933374 commit 574fcd4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,20 @@ Release notes
33

44

55

6+
Version v30.3.1
7+
----------------
8+
9+
This is a minor bug fix release.
10+
11+
- We enabled proper CSRF configuration for deployments
12+
13+
614
Version v30.3.0
715
----------------
816

17+
This is a feature update release including minor bug fixes and the introduction
18+
of API keys and API throttling.
19+
920
- We enabled API throttling for a basic user and for a staff user
1021
they can have unlimited access on API.
1122

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.3.0
3+
version = 30.3.1
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.3.0"
15+
__version__ = "30.3.1"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)