Skip to content

Commit 6f00dda

Browse files
Preparing release 4.0.1
[ci skip]
1 parent 5f416d1 commit 6f00dda

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Changelog
88
99
.. towncrier release notes start
1010
11+
4.0.1 (2026-06-05)
12+
------------------
13+
14+
Bug fixes:
15+
16+
17+
- Security: Always sanitize RichText output for safe-HTML output type.
18+
See https://github.com/plone/plone.app.textfield/security/advisories/GHSA-4r4f-gg25-rmg5
19+
@gyst
20+
21+
1122
4.0.0 (2026-05-16)
1223
------------------
1324

news/+b4bb1c80.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pathlib import Path
22
from setuptools import setup
33

4-
version = "4.0.1.dev0"
4+
version = "4.0.1"
55

66
long_description = (
77
f"{Path('README.rst').read_text()}\n{Path('CHANGES.rst').read_text()}"

0 commit comments

Comments
 (0)