Skip to content

Commit

Permalink
- prepare release 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Nov 17, 2022
1 parent eb1af6e commit 946e037
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .meta.toml
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -2,7 +2,7 @@
Changes
=========

5.5.2 (unreleased)
5.5.2 (2022-11-17)
==================

- Add support for building arm64 wheels on macOS.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -100,7 +100,7 @@ def read(*rnames):
)

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',
Expand Down

0 comments on commit 946e037

Please sign in to comment.