diff --git a/CHANGES.rst b/CHANGES.rst index 049fc0d..bd2a8a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changelog For changes before version 3.0, see ``HISTORY.rst``. -7.2 (unreleased) +7.2 (2024-11-03) ---------------- - Prevent untrusted access to ``AccessControl.userfolder.UserFolder.data`` diff --git a/setup.py b/setup.py index 7c71c58..e82460f 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ join('include', 'Acquisition', 'Acquisition.h')]), ] -version = '7.2.dev0' +version = '7.2' setup(name='AccessControl',