Skip to content

Commit

Permalink
Preparing release 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Jan 10, 2024
1 parent 16325f2 commit d3f9efd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ Changelog
.. towncrier release notes start
9.3.0 (2024-01-10)
------------------

New features:


- Give Site Administrator permission to manage users. To make this possible, we now check the "plone.app.controlpanel.UsersAndGroups" permission instead of "cmf.ManagePortal" in a lot of operations in the users and groups endpoints. @wesleybl (#1712)


Internal:


- Use Python 3.12.0 in tests to work around https://github.com/python/cpython/issues/113267. @wesleybl (#1740)


9.2.1 (2023-12-14)
------------------

Expand Down
1 change: 0 additions & 1 deletion news/1712.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/1740.internal

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys


version = "9.2.2.dev0"
version = "9.3.0"

if sys.version_info.major == 2:
raise ValueError(
Expand Down

0 comments on commit d3f9efd

Please sign in to comment.