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 9cb1b3a commit 49cd98bCopy full SHA for 49cd98b
HISTORY.rst
@@ -6,6 +6,9 @@ Pending
6
7
.. Insert new release notes below this line
8
9
+2.4.0 (2018-07-18)
10
+------------------
11
+
12
* Always add 'Origin' to the 'Vary' header for responses to enabled URL's,
13
to prevent caching of responses intended for one origin being served for
14
another.
corsheaders/__init__.py
@@ -1,3 +1,3 @@
1
from .checks import check_settings # noqa: F401
2
3
-__version__ = '2.3.0'
+__version__ = '2.4.0'
0 commit comments