Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Nov 15, 2019
1 parent 6eba1e2 commit 5071f37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
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
installed version, use
``importlib.metadata.version("django-cors-headers")``
(`docs <https://docs.python.org/3.8/library/importlib.metadata.html#distribution-versions>`__ /
`backport <https://pypi.org/project/importlib-metadata/>`__).
* Update Python support to 3.5-3.8.
* Support Python 3.8.

3.1.1 (2019-09-30)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5071f37

Please sign in to comment.