Skip to content

Commit 946e037

Browse files
committed
- prepare release 5.5.2
1 parent eb1af6e commit 946e037

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.meta.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/zopefoundation/meta/tree/master/config/c-code
33
[meta]
44
template = "c-code"
5-
commit-id = "57e4030390098babcc18db626cc426388394c231"
5+
commit-id = "342271a70d886e753e5cc629e8a81b3cfab692ac"
66

77
[python]
88
with-appveyor = true
@@ -12,6 +12,7 @@ with-sphinx-doctests = true
1212
with-windows = false
1313
with-future-python = false
1414
with-docs = true
15+
with-macos = false
1516

1617
[tox]
1718
use-flake8 = false

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changes
33
=========
44

5-
5.5.2 (unreleased)
5+
5.5.2 (2022-11-17)
66
==================
77

88
- Add support for building arm64 wheels on macOS.

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

0 commit comments

Comments
 (0)