Skip to content

Commit

Permalink
- prepare release 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 2, 2024
1 parent 057a7bf commit 2a4e09c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changes
=========

7.3 (unreleased)
7.3 (2024-10-02)
----------------

- Respect ``PURE_PYTHON`` environment variable set to ``0``.
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
from setuptools.command.build_ext import build_ext


version = '7.3'


class optional_build_ext(build_ext):
"""This class subclasses build_ext and allows
the building of C extensions to fail.
Expand Down Expand Up @@ -104,7 +107,7 @@ def read(*rnames):


setup(name='zope.security',
version='7.3.dev0',
version=version,
author='Zope Foundation and Contributors',
author_email='[email protected]',
description='Zope Security Framework',
Expand Down

0 comments on commit 2a4e09c

Please sign in to comment.