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
7
7
8
8
- Nothing, currently
9
9
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
+
10
28
3.8rc1
11
29
======
12
30
- 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"
4
4
5
5
[project ]
6
6
name = " django_csp"
7
- version = " 3.8rc1 "
7
+ version = " 3.8 "
8
8
description = " Django Content Security Policy support."
9
9
readme = " README.rst"
10
10
authors = [{name = " James Socol" , email = " me@jamessocol.com" }]
You can’t perform that action at this time.
0 commit comments