diff --git a/CHANGES b/CHANGES index 6889872..5f9b319 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,10 @@ Unreleased - Nothing, currently +3.8rc1 +====== +- Move from setup.py and setup.cfg to pyproject.toml (#209) + 3.8rc ===== diff --git a/pyproject.toml b/pyproject.toml index c3a9866..cd83561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] 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"}]