We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e0ab7 commit 6233402Copy full SHA for 6233402
3 files changed
CHANGELOG.rst
@@ -2,6 +2,13 @@ Release notes
2
=============
3
4
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
12
Version v33.6.1
13
----------------
14
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = vulnerablecode
-version = 33.6.1
+version = 33.6.2
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__ = "33.6.1"
+__version__ = "33.6.2"
16
17
18
def command_line():
0 commit comments