Skip to content

Commit 4899179

Browse files
committed
Prepare for 3.8 final release
1 parent 684b12a commit 4899179

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ Unreleased
77

88
- Nothing, currently
99

10+
3.8
11+
===
12+
13+
Please note: this release folds in a number of fixups, upgrades and documentation tweaks,
14+
but is functionally the same as 3.7. New features will come with 3.9+
15+
16+
- Update Python syntax for modern versions with pyupgrade
17+
- Drop support for EOL Python <3.8 and Django <2.2 version; add support up to Django 5 on Python 3.12
18+
- Switch to ruff instead of pep8 and flake8
19+
- Move from CircleCI to Github Actions for CI
20+
- Add support for using pre-commit with the project
21+
- Remove deprecation warning for child-src
22+
- Fix capturing brackets in script template tags
23+
- Update docs to clarify when nonce will not be added to headers
24+
- Move from setup.py and setup.cfg to pyproject.toml (#209)
25+
26+
Note: identical other than release packaging to 3.8rc1
27+
1028
3.8rc1
1129
======
1230
- Move from setup.py and setup.cfg to pyproject.toml (#209)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django_csp"
7-
version = "3.8rc1"
7+
version = "3.8"
88
description = "Django Content Security Policy support."
99
readme = "README.rst"
1010
authors = [{name = "James Socol", email = "me@jamessocol.com"}]

0 commit comments

Comments
 (0)