Skip to content

Commit 73f5cdc

Browse files
committed
- prepare release 6.4.post2
1 parent dafd01a commit 73f5cdc

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGES.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
Changes
33
=========
44

5-
6.5 (unreleased)
6-
================
5+
6.4.post2 (unreleased)
6+
======================
77

8-
- Nothing changed yet.
8+
- Publish missing Windows wheels, second attempt.
9+
(`#295 <https://github.com/zopefoundation/zope.interface/issues/295>`_)
910

1011

1112
6.4.post1 (2024-05-23)
@@ -22,14 +23,14 @@
2223
``zope_interface-6.4.tar.gz`` instead of ``zope.interface-6.4-py2.tar.gz``
2324
which cannot be installed by ``zc.buildout``. This release is a re-release
2425
of version 6.4 with the correct sdist name.
25-
(`#298 <https://github.com/zopefoundation/zope.interface/issues/298>`)
26+
(`#298 <https://github.com/zopefoundation/zope.interface/issues/298>`_)
2627

2728

2829
6.4 (2024-05-15)
2930
================
3031

3132
- Adjust for incompatible changes in Python 3.13b1.
32-
(`#292 <https://github.com/zopefoundation/zope.interface/issues/292>`)
33+
(`#292 <https://github.com/zopefoundation/zope.interface/issues/292>`_)
3334

3435
- Build windows wheels on GHA.
3536

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='6.5.dev0',
103+
version='6.4.post2',
104104
url='https://github.com/zopefoundation/zope.interface',
105105
license='ZPL 2.1',
106106
description='Interfaces for Python',

0 commit comments

Comments
 (0)