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 188ca87 commit 26e0533Copy full SHA for 26e0533
CHANGELOG.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+4.2.0 (2023-07-10)
6
+------------------
7
+
8
* Drop Python 3.7 support.
9
10
4.1.0 (2023-06-14)
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = django_cors_headers
-version = 4.1.0
+version = 4.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
long_description_content_type = text/x-rst
0 commit comments