File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff 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+
614Version 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
Original file line number Diff line number Diff line change 11[metadata]
22name = vulnerablecode
3- version = 30.3.0
3+ version = 30.3.1
44license = Apache-2.0 AND CC-BY-SA-4.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1212import warnings
1313from pathlib import Path
1414
15- __version__ = "30.3.0 "
15+ __version__ = "30.3.1 "
1616
1717
1818def command_line ():
You can’t perform that action at this time.
0 commit comments