We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73e42a commit 644105cCopy full SHA for 644105c
CHANGELOG.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+4.4.0 (2024-06-19)
6
+------------------
7
+
8
* Support Django 5.1.
9
10
4.3.1 (2023-11-14)
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
[project]
name = "django-cors-headers"
-version = "4.3.1"
+version = "4.4.0"
description = "django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)."
11
readme = "README.rst"
12
keywords = [
0 commit comments