Skip to content

Commit 32815dd

Browse files
author
Michael Howitz
committed
Preparing release 5.5.0
1 parent 009c381 commit 32815dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changes
33
=========
44

5-
5.5.0 (unreleased)
5+
5.5.0 (2022-10-10)
66
==================
77

88
- Add support for Python 3.10 and 3.11 (as of 3.11.0rc2).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def read(*rnames):
100100
)
101101

102102
setup(name='zope.interface',
103-
version='5.5.0.dev0',
103+
version='5.5.0',
104104
url='https://github.com/zopefoundation/zope.interface',
105105
license='ZPL 2.1',
106106
description='Interfaces for Python',

0 commit comments

Comments
 (0)