summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2022-11-17 15:25:14 +0100
committerJens Vagelpohl <jens@plyp.com>2022-11-17 15:25:14 +0100
commit946e0370a8a6d09fb2ae94d00567596688ac0c78 (patch)
treee46d1d20968934f102a6b09d0362afd1bb0f6f61
parenteb1af6e38b4495e226eaf6ec3e17aafa9b396f8e (diff)
downloadzope-interface-946e0370a8a6d09fb2ae94d00567596688ac0c78.tar.gz
- prepare release 5.5.25.5.2
-rw-r--r--.meta.toml3
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
3 files changed, 4 insertions, 3 deletions
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',