From 465287bf07486271cae0454624626310450b6b3e Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sun, 15 Aug 2021 12:33:39 +0100 Subject: [PATCH] Version 3.8.0 --- HISTORY.rst | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9d8637cd..31116013 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,9 @@ History ======= +3.8.0 (2021-08-15) +------------------ + * Add type hints. * Stop distributing tests to reduce package size. Tests are not intended to be diff --git a/setup.cfg b/setup.cfg index b75f2dc1..8ab6f2d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-cors-headers -version = 3.7.0 +version = 3.8.0 description = django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS). long_description = file: README.rst long_description_content_type = text/x-rst