diff --git a/.meta.toml b/.meta.toml index 365f30d..b3bb2b3 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 @@ -11,6 +11,7 @@ with-pypy = false with-future-python = false with-legacy-python = true with-sphinx-doctests = false +with-macos = false [tox] use-flake8 = true diff --git a/CHANGES.rst b/CHANGES.rst index 2c77604..3158561 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changelog For changes before version 3.0, see ``HISTORY.rst``. -5.7 (unreleased) +5.7 (2022-11-17) ---------------- - Add support for building arm64 wheels on macOS. diff --git a/setup.py b/setup.py index bf16403..123a37a 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ join('include', 'Acquisition', 'Acquisition.h')]), ] -version = '5.7.dev0' +version = '5.7' setup(name='AccessControl',