summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-02-14 11:20:13 +0100
committerMichael Howitz <mh@gocept.com>2020-02-14 11:20:13 +0100
commitaf39247994128b4aa8d234fe5502d01f2f925945 (patch)
tree2b4f325e2e5d79e958d7ab898abaed543c1e641c
parent735bb4ee6ce9d8ef2af79e5b457d1dfff821ca42 (diff)
downloadzope-security-af39247994128b4aa8d234fe5502d01f2f925945.tar.gz
Preparing release 5.1.05.1.0
-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 158618a..4a0fe31 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-5.1.0 (unreleased)
+5.1.0 (2020-02-14)
==================
- Let proxied interfaces be iterated on Python 3. This worked on
diff --git a/setup.py b/setup.py
index f7d7c58..a2b5441 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.1.0.dev0',
+ version='5.1.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',