summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-09-15 08:29:04 +0200
committerMichael Howitz <mh@gocept.com>2022-09-15 08:29:04 +0200
commit0dc2a94e03119f9492b3c72d3671bdf64b8d6a43 (patch)
treeb78df7d6b3981cd2ed40ac24ff558d56077b73f7
parent0d364186988f2b6bcfaf4ac1cc587248b5170530 (diff)
downloadzope-security-0dc2a94e03119f9492b3c72d3671bdf64b8d6a43.tar.gz
Preparing release 5.45.4
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
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',