From 0dc2a94e03119f9492b3c72d3671bdf64b8d6a43 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 15 Sep 2022 08:29:04 +0200 Subject: Preparing release 5.4 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 980ea3f..83f7266 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -5.4 (unreleased) +5.4 (2022-09-15) ================ - Disable unsafe math optimizations in C code. See `pull request 89 diff --git a/setup.py b/setup.py index b054dcd..41682e9 100644 --- a/setup.py +++ b/setup.py @@ -130,7 +130,7 @@ TESTS_REQUIRE = [ setup(name='zope.security', - version='5.4.dev0', + version='5.4', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Security Framework', -- cgit v1.2.1