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 96ef5d7 commit 6f5222dCopy full SHA for 6f5222d
CHANGELOG.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+4.5.0 (2024-10-12)
6
+------------------
7
+
8
* Drop Python 3.8 support.
9
10
* Support Python 3.13.
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
[project]
name = "django-cors-headers"
-version = "4.4.0"
+version = "4.5.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