From db7430060ac2ab61623f730c6022082318cc80b6 Mon Sep 17 00:00:00 2001 From: David Glick Date: Mon, 26 Aug 2024 09:04:44 -0700 Subject: [PATCH] Prepare 7.0.2 release --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',