Skip to content

Commit 49cd98b

Browse files
committed
Version 2.4.0
1 parent 9cb1b3a commit 49cd98b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Pending
66

77
.. Insert new release notes below this line
88
9+
2.4.0 (2018-07-18)
10+
------------------
11+
912
* Always add 'Origin' to the 'Vary' header for responses to enabled URL's,
1013
to prevent caching of responses intended for one origin being served for
1114
another.

corsheaders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .checks import check_settings # noqa: F401
22

3-
__version__ = '2.3.0'
3+
__version__ = '2.4.0'

0 commit comments

Comments
 (0)