diff --git a/CHANGES.rst b/CHANGES.rst index 54a0370..7ec9ddc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changelog For changes before version 3.0, see ``HISTORY.rst``. -7.1 (unreleased) +7.1 (2024-10-10) ---------------- - Add final support for Python 3.13. diff --git a/setup.py b/setup.py index 0d5862b..b9d040c 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ join('include', 'Acquisition', 'Acquisition.h')]), ] -version = '7.1.dev0' +version = '7.1' setup(name='AccessControl', @@ -47,8 +47,9 @@ description='Security framework for Zope.', keywords='security access authorization', author='Zope Foundation and Contributors', - author_email='zope-dev@zope.org', + author_email='zope-dev@zope.dev', long_description=README + '\n\n' + CHANGES, + long_description_content_type='text/x-rst', packages=find_packages('src'), package_dir={'': 'src'}, classifiers=[