File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff 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+
10283.8rc1
1129======
1230- Move from setup.py and setup.cfg to pyproject.toml (#209)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " django_csp"
7- version = " 3.8rc1 "
7+ version = " 3.8 "
88description = " Django Content Security Policy support."
99readme = " README.rst"
1010authors = [{
name =
" James Socol" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments