Skip to content

Commit 6e9e58c

Browse files
committed
Prep for django-csp==4.0b3
1 parent c4627a4 commit 6e9e58c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
CHANGES
22
=======
33

4-
Unreleased
4+
4.0b3
55
==========
6-
- Drop support for EOL < Python 3.9 and add Python 3.13
6+
- Add Python 3.13, drop EOL Python 3.8 ([#245](https://github.com/mozilla/django-csp/pull/245))
7+
- docs: Fix trusted_types links ([#250](https://github.com/mozilla/django-csp/pull/250))
8+
- Add `EXCLUDE_URL_PREFIXES` check ([#252](https://github.com/mozilla/django-csp/pull/252))
9+
- Support CSP configuration as sets ([#251](https://github.com/mozilla/django-csp/pull/251))
10+
- docs: Note that reporting percentage needs rate limiting middleware ([#256](https://github.com/mozilla/django-csp/pull/256))
11+
* Document constant NONE vs Python's None ([#255](https://github.com/mozilla/django-csp/pull/255))
12+
- Raise error when nonce accessed after response ([#258](https://github.com/mozilla/django-csp/pull/258))
13+
- Test on Django 5.2 ([#261](https://github.com/mozilla/django-csp/pull/261))
714

815
4.0b2
916
=====

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "django-csp"
9-
version = "4.0b2"
9+
version = "4.0b3"
1010
description = "Django Content Security Policy support."
1111
readme = "README.rst"
1212
license = { text = "BSD" }

0 commit comments

Comments
 (0)