Skip to content

Commit 6cef739

Browse files
authored
Merge branch 'main' into erral-issue-1873
2 parents 6bbf3dc + 722fe2c commit 6cef739

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Changelog
88
99
.. towncrier release notes start
1010
11+
9.11.0 (2025-01-31)
12+
-------------------
13+
14+
New features:
15+
16+
17+
- Support working copies of the Plone Site. This feature is available when using `plone.app.iterate` 6.1.0 or later. @wesleybl (#1823)
18+
19+
1120
9.10.0 (2025-01-27)
1221
-------------------
1322

news/1823.feature

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
@@ -4,7 +4,7 @@
44
import sys
55

66

7-
version = "9.10.1.dev0"
7+
version = "9.11.1.dev0"
88

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

0 commit comments

Comments
 (0)