From 743232238864dfd824a4cb5f56963b800ac50435 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 13 Aug 2019 09:11:14 +0100 Subject: [PATCH] Version 3.1.0 --- HISTORY.rst | 3 +++ corsheaders/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 82d83b59..5f8dbae4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,9 @@ Pending .. Insert new release notes below this line +3.1.0 (2019-08-13) +------------------ + * Drop Python 2 support, only Python 3.5-3.7 is supported now. * Fix all links for move from ``github.com/ottoyiu/django-cors-headers`` to ``github.com/adamchainz/django-cors-headers``. diff --git a/corsheaders/__init__.py b/corsheaders/__init__.py index 63fe674f..4410ccf8 100644 --- a/corsheaders/__init__.py +++ b/corsheaders/__init__.py @@ -1,3 +1,3 @@ from corsheaders.checks import check_settings # noqa: F401 -__version__ = "3.0.2" +__version__ = "3.1.0"