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 b1dd37e commit 684b12aCopy full SHA for 684b12a
CHANGES
@@ -7,6 +7,10 @@ Unreleased
7
8
- Nothing, currently
9
10
+3.8rc1
11
+======
12
+- Move from setup.py and setup.cfg to pyproject.toml (#209)
13
+
14
3.8rc
15
=====
16
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "django_csp"
-version = "3.8rc"
+version = "3.8rc1"
description = "Django Content Security Policy support."
readme = "README.rst"
authors = [{name = "James Socol", email = "me@jamessocol.com"}]
0 commit comments