diff options
| -rw-r--r-- | CHANGES.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 64dadf9..ec04863 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -5.5.0 (unreleased) +5.5.0 (2022-10-10) ================== - Add support for Python 3.10 and 3.11 (as of 3.11.0rc2). @@ -100,7 +100,7 @@ long_description = ( ) setup(name='zope.interface', - version='5.5.0.dev0', + version='5.5.0', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python', |
