Skip to content

Commit 108e304

Browse files
committed
Preparing release 9.13.5
1 parent bafd748 commit 108e304

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99

1010
<!-- towncrier release notes start -->
1111

12+
## 9.13.5 (2025-04-27)
13+
14+
15+
### Bug fixes:
16+
17+
- Fix exposing protected fields in schema serializer.
18+
[maethu] #1916
19+
- Fix `AttributeError` when updating the default blocks layout for a content type. @nileshgulia, @davisagli #1917
20+
21+
22+
### Documentation:
23+
24+
- Pin plone-sphinx-theme to prepare for PLIP 4097. See https://github.com/plone/Products.CMFPlone/issues/4097. @stevepiercy #4097
25+
1226
## 9.13.4 (2025-04-23)
1327

1428

news/1916.bugfix

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

news/1917.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/4097.documentation

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66

77

8-
version = "9.13.5.dev0"
8+
version = "9.13.5"
99

1010
if sys.version_info.major == 2:
1111
raise ValueError(

0 commit comments

Comments
 (0)