summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-05-02 15:09:03 +0200
committerMichael Howitz <mh@gocept.com>2023-05-02 15:09:03 +0200
commit9a07c9c46f1db9845d810d9639faf8b944182bc6 (patch)
treee2f053639b82f8da0e8d07cd947ec08d15d5f94c
parente492ed68d8c8356dff42e97cad6ef096b18fdb5c (diff)
downloadzope-security-9a07c9c46f1db9845d810d9639faf8b944182bc6.tar.gz
Preparing release 4.0.44.0.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 4892fe6..506ad75 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-4.0.4 (unreleased)
+4.0.4 (2023-05-02)
------------------
- Drop using ``setup_requires`` to be able to build this package using
diff --git a/setup.py b/setup.py
index 70f561b..d1dd9d1 100644
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,7 @@ else:
]
setup(name='zope.security',
- version='4.0.4.dev0',
+ version='4.0.4',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',