diff --git a/HISTORY.rst b/HISTORY.rst index e8b30c66..8276ece6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,10 +1,8 @@ History ======= -Pending -------- - -.. Insert new release notes below this line +3.2.0 (2019-11-15) +------------------ * Converted setuptools metadata to configuration file. This meant removing the ``__version__`` attribute from the package. If you want to inspect the @@ -12,7 +10,7 @@ Pending ``importlib.metadata.version("django-cors-headers")`` (`docs `__ / `backport `__). -* Update Python support to 3.5-3.8. +* Support Python 3.8. 3.1.1 (2019-09-30) ------------------ diff --git a/setup.cfg b/setup.cfg index 5f0c80c5..8801d317 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-cors-headers -version = 3.1.1 +version = 3.2.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, HISTORY.rst long_description_content_type = text/x-rst