From 6b443a6d7e5d378457f3724329fbd04f23a62703 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 6 Aug 2024 11:35:35 -0400 Subject: [PATCH] chore: prep 7.0.1 release --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0cebebdc..4a1d8a5a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -7.0.1 (unreleased) +7.0.1 (2024-08-06) ================== - Fix subclassability of ``ObjectSpecificationDescriptor`` (broken in 7.0). diff --git a/setup.py b/setup.py index 1865ab01..6667c1ca 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ def read(*rnames): setup( name='zope.interface', - version='7.1.dev0', + version='7.0.1', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python',