Skip to content

Commit cafab05

Browse files
committed
Preparing release 5.2.2
1 parent 688a2bb commit cafab05

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
5.2.2 (2025-03-21)
2+
------------------
3+
4+
Bug fixes:
5+
6+
7+
- Fix permission for Tile.edit_url.
8+
[ksuess] (#224)
9+
- Fix REQUEST during IObjectMoved event. @petschki (#227)
10+
11+
112
5.2.1 (2024-08-30)
213
------------------
314

news/224.bugfix

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

news/227.bugfix

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/plone/meta/tree/main/config/default
33
# See the inline comments on how to expand/tweak this configuration file
44
[build-system]
5-
requires = ["setuptools>=68.2"]
5+
requires = ["setuptools>=68.2,<77"]
66

77
[tool.towncrier]
88
directory = "news/"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55

66

7-
version = "5.2.2.dev0"
7+
version = "5.2.2"
88

99

1010
def read(*rnames):

0 commit comments

Comments
 (0)