File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ Release notes
22=============
33
44
5+ Version v33.6.2
6+ ----------------
7+
8+ - We added note about CSRF_TRUSTED_ORIGINS.
9+ - We added proper acknowledgements for NGI projects.
10+ - We added throttling for anonymous users.
11+
512Version v33.6.1
613----------------
714
Original file line number Diff line number Diff line change 11[metadata]
22name = vulnerablecode
3- version = 33.6.1
3+ version = 33.6.2
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__ = "33.6.1 "
15+ __version__ = "33.6.2 "
1616
1717
1818def command_line ():
You can’t perform that action at this time.
0 commit comments