We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ac5d2 commit 7d593f7Copy full SHA for 7d593f7
HISTORY.rst
@@ -2,6 +2,9 @@
2
History
3
=======
4
5
+3.13.0 (2022-06-05)
6
+-------------------
7
+
8
* Support Python 3.11.
9
10
* Support Django 4.1.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = django-cors-headers
-version = 3.12.0
+version = 3.13.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
0 commit comments