Skip to content

Commit

Permalink
- prepare release 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 10, 2024
1 parent 927e6f8 commit c3480ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
join('include', 'Acquisition', 'Acquisition.h')]),
]

version = '7.1.dev0'
version = '7.1'


setup(name='AccessControl',
Expand All @@ -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=[
Expand Down

0 comments on commit c3480ca

Please sign in to comment.