summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-03-23 10:33:12 -0500
committerJason Madden <jamadden@gmail.com>2020-03-23 10:33:12 -0500
commite8065ed97811f2c706b69dced469c7bd1aed057d (patch)
tree8f8b9b9ce0bbd62e84baccc844bd9722863bb241
parent6c99bcbc4472a8e1407f96f78c4764678a45d875 (diff)
downloadzope-security-e8065ed97811f2c706b69dced469c7bd1aed057d.tar.gz
Preparing release 5.1.15.1.1
-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 9f227d7..b34f258 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-5.1.1 (unreleased)
+5.1.1 (2020-03-23)
==================
- Ensure all objects have consistent interface resolution orders (if
diff --git a/setup.py b/setup.py
index 8f80e3b..3639ffb 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.1.1.dev0',
+ version='5.1.1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',