diff --git a/CHANGES.rst b/CHANGES.rst index d6ec6a6..e356f36 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changelog For changes before version 3.0, see ``HISTORY.rst``. -6.2 (unreleased) +6.2 (2023-09-04) ---------------- - Fix information disclosure through ``str.format_map``. diff --git a/setup.py b/setup.py index 1515fe3..12a2dc4 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ join('include', 'Acquisition', 'Acquisition.h')]), ] -version = '6.2.dev0' +version = '6.2' setup(name='AccessControl',