Skip to content

Commit 4e75e32

Browse files
committed
Prep for django-csp==4.0b4
1 parent f0bfef7 commit 4e75e32

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
CHANGES
22
=======
33

4+
4.0b4
5+
=====
6+
- Fix missing packaging dependency ([#266](https://github.com/mozilla/django-csp/pull/266))
7+
48
4.0b3
5-
==========
9+
=====
610
- Add Python 3.13, drop EOL Python 3.8 ([#245](https://github.com/mozilla/django-csp/pull/245))
711
- docs: Fix trusted_types links ([#250](https://github.com/mozilla/django-csp/pull/250))
812
- Add `EXCLUDE_URL_PREFIXES` check ([#252](https://github.com/mozilla/django-csp/pull/252))

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.0b3"
9+
version = "4.0b4"
1010
description = "Django Content Security Policy support."
1111
readme = "README.rst"
1212
license = { text = "BSD" }

0 commit comments

Comments
 (0)