summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-04-27 08:28:28 +0200
committerMichael Howitz <mh@gocept.com>2022-04-27 08:28:28 +0200
commit8165b02662558fc06f9c14f69a5f30e23d462964 (patch)
tree12ec53972b92f2c6e54c6e7bef4a983a46f2dd01
parent24d7309e12a059ba5a23c627d9a7debc838d1fbd (diff)
downloadzope-security-8165b02662558fc06f9c14f69a5f30e23d462964.tar.gz
Preparing release 5.35.3
-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 eb7f9ac..c56a00b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-5.3 (unreleased)
+5.3 (2022-04-27)
================
- Allow calling bound methods of some built-in objects such as ``().__repr__``
diff --git a/setup.py b/setup.py
index cd3e62e..e02c885 100644
--- a/setup.py
+++ b/setup.py
@@ -130,7 +130,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.3.dev0',
+ version='5.3',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',