File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
# https://github.com/zopefoundation/meta/tree/master/config/c-code
3
3
[meta ]
4
4
template = " c-code"
5
- commit-id = " 57e4030390098babcc18db626cc426388394c231 "
5
+ commit-id = " 342271a70d886e753e5cc629e8a81b3cfab692ac "
6
6
7
7
[python ]
8
8
with-appveyor = true
@@ -12,6 +12,7 @@ with-sphinx-doctests = true
12
12
with-windows = false
13
13
with-future-python = false
14
14
with-docs = true
15
+ with-macos = false
15
16
16
17
[tox ]
17
18
use-flake8 = false
Original file line number Diff line number Diff line change 2
2
Changes
3
3
=========
4
4
5
- 5.5.2 (unreleased )
5
+ 5.5.2 (2022-11-17 )
6
6
==================
7
7
8
8
- Add support for building arm64 wheels on macOS.
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 = '5.5.2.dev0 ' ,
103
+ version = '5.5.2' ,
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