diff --git a/CHANGES.rst b/CHANGES.rst index a39b7d30..e9222b6d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -7.0.2 (unreleased) +7.0.2 (2024-08-26) ================== - Fix reference-counting bug in C module initialization (broken in 7.0). diff --git a/setup.py b/setup.py index a7c26cfe..1891a28a 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ def read(*rnames): setup( name='zope.interface', - version='7.0.2dev0', + version='7.0.2', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python',