diff --git a/CHANGES.rst b/CHANGES.rst index 0f1280d..69d57b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changelog For changes before version 3.0, see ``HISTORY.rst``. -7.0 (unreleased) +7.0 (2024-05-30) ---------------- - Add preliminary support for Python 3.13 as of 3.13b1. diff --git a/setup.py b/setup.py index 70c60d3..084330a 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ join('include', 'Acquisition', 'Acquisition.h')]), ] -version = '7.0.dev0' +version = '7.0' setup(name='AccessControl',