We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 011c562 + 6b443a6 commit 42811d6Copy full SHA for 42811d6
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changes
3
=========
4
5
-7.0.1 (unreleased)
+7.0.1 (2024-08-06)
6
==================
7
8
- Fix subclassability of ``ObjectSpecificationDescriptor`` (broken in 7.0).
setup.py
@@ -99,7 +99,7 @@ def read(*rnames):
99
100
setup(
101
name='zope.interface',
102
- version='7.1.dev0',
+ version='7.0.1',
103
url='https://github.com/zopefoundation/zope.interface',
104
license='ZPL 2.1',
105
description='Interfaces for Python',
0 commit comments