File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
=======
3
3
4
+ 4.0b4
5
+ =====
6
+ - Fix missing packaging dependency ([ #266 ] ( https://github.com/mozilla/django-csp/pull/266 ) )
7
+
4
8
4.0b3
5
- ==========
9
+ =====
6
10
- Add Python 3.13, drop EOL Python 3.8 ([ #245 ] ( https://github.com/mozilla/django-csp/pull/245 ) )
7
11
- docs: Fix trusted_types links ([ #250 ] ( https://github.com/mozilla/django-csp/pull/250 ) )
8
12
- Add ` EXCLUDE_URL_PREFIXES ` check ([ #252 ] ( https://github.com/mozilla/django-csp/pull/252 ) )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
6
6
7
7
[project ]
8
8
name = " django-csp"
9
- version = " 4.0b3 "
9
+ version = " 4.0b4 "
10
10
description = " Django Content Security Policy support."
11
11
readme = " README.rst"
12
12
license = { text = " BSD" }
You can’t perform that action at this time.
0 commit comments