diff --git a/.meta.toml b/.meta.toml index deca20c..f969595 100644 --- a/.meta.toml +++ b/.meta.toml @@ -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 diff --git a/CHANGES.rst b/CHANGES.rst index e390439..aa29d96 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -5.5.2 (unreleased) +5.5.2 (2022-11-17) ================== - Add support for building arm64 wheels on macOS. diff --git a/setup.py b/setup.py index 04a3373..7dbf25b 100644 --- a/setup.py +++ b/setup.py @@ -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',