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.
1 parent 009c381 commit 32815ddCopy full SHA for 32815dd
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changes
3
=========
4
5
-5.5.0 (unreleased)
+5.5.0 (2022-10-10)
6
==================
7
8
- Add support for Python 3.10 and 3.11 (as of 3.11.0rc2).
setup.py
@@ -100,7 +100,7 @@ def read(*rnames):
100
)
101
102
setup(name='zope.interface',
103
- version='5.5.0.dev0',
+ version='5.5.0',
104
url='https://github.com/zopefoundation/zope.interface',
105
license='ZPL 2.1',
106
description='Interfaces for Python',
0 commit comments