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 a2714d6 commit 48bca92Copy full SHA for 48bca92
CHANGES.rst
@@ -2,8 +2,8 @@
2
Changes
3
=========
4
5
-6.5 (unreleased)
6
-================
+6.4.post0 (2024-05-22)
+======================
7
8
- The sdist of version 6.4 was uploaded to PyPI as
9
``zope_interface-6.4.tar.gz`` instead of ``zope.interface-6.4-py2.tar.gz``
setup.py
@@ -100,7 +100,7 @@ def read(*rnames):
100
)
101
102
setup(name='zope.interface',
103
- version='6.5.dev0',
+ version='6.4.post0',
104
url='https://github.com/zopefoundation/zope.interface',
105
license='ZPL 2.1',
106
description='Interfaces for Python',
0 commit comments