File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed
Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 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+
1125.2.1 (2024-08-30)
213------------------
314
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 ]
88directory = " news/"
Original file line number Diff line number Diff line change 44import os
55
66
7- version = "5.2.2.dev0 "
7+ version = "5.2.2"
88
99
1010def read (* rnames ):
You can’t perform that action at this time.
0 commit comments