Skip to content

Commit

Permalink
- prepare release 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Nov 17, 2022
1 parent 6205d98 commit 53f68b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
join('include', 'Acquisition', 'Acquisition.h')]),
]

version = '5.7.dev0'
version = '5.7'


setup(name='AccessControl',
Expand Down

0 comments on commit 53f68b9

Please sign in to comment.