- prepare release 5.5.2

This commit is contained in:
Jens Vagelpohl 2022-11-17 15:25:14 +01:00
parent eb1af6e38b
commit 946e0370a8
No known key found for this signature in database
GPG Key ID: C1B74D5998A5F657
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "57e4030390098babcc18db626cc426388394c231"
commit-id = "342271a70d886e753e5cc629e8a81b3cfab692ac"
[python]
with-appveyor = true
@ -12,6 +12,7 @@ with-sphinx-doctests = true
with-windows = false
with-future-python = false
with-docs = true
with-macos = false
[tox]
use-flake8 = false

View File

@ -2,7 +2,7 @@
Changes
=========
5.5.2 (unreleased)
5.5.2 (2022-11-17)
==================
- Add support for building arm64 wheels on macOS.

View File

@ -100,7 +100,7 @@ long_description = (
)
setup(name='zope.interface',
version='5.5.2.dev0',
version='5.5.2',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',