File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
Changes
3
3
=========
4
4
5
- 6.5 (unreleased)
6
- ================
5
+ 6.4.post2 (unreleased)
6
+ ======================
7
7
8
- - Nothing changed yet.
8
+ - Publish missing Windows wheels, second attempt.
9
+ (`#295 <https://github.com/zopefoundation/zope.interface/issues/295 >`_)
9
10
10
11
11
12
6.4.post1 (2024-05-23)
22
23
``zope_interface-6.4.tar.gz `` instead of ``zope.interface-6.4-py2.tar.gz ``
23
24
which cannot be installed by ``zc.buildout ``. This release is a re-release
24
25
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 >`_ )
26
27
27
28
28
29
6.4 (2024-05-15)
29
30
================
30
31
31
32
- 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 >`_ )
33
34
34
35
- Build windows wheels on GHA.
35
36
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ def read(*rnames):
100
100
)
101
101
102
102
setup (name = 'zope.interface' ,
103
- version = '6.5.dev0 ' ,
103
+ version = '6.4.post2 ' ,
104
104
url = 'https://github.com/zopefoundation/zope.interface' ,
105
105
license = 'ZPL 2.1' ,
106
106
description = 'Interfaces for Python' ,
You can’t perform that action at this time.
0 commit comments