summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2019-11-11 20:14:41 +0200
committerMarius Gedminas <marius@gedmin.as>2019-11-11 20:14:41 +0200
commita2baf0b35a9329cef2394c746c663f719b3532df (patch)
tree14c1116a5e6a1736cee5e1291a37c3c0a37baefe
parent26b4ad12a0625c2dfb238d6d25279d20956cd6d2 (diff)
downloadzope-security-a2baf0b35a9329cef2394c746c663f719b3532df.tar.gz
Preparing release 5.05.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 c865dd3..bab05cc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-5.0 (unreleased)
+5.0 (2019-11-11)
================
- Drop support for Python 3.4.
diff --git a/setup.py b/setup.py
index 1a3fb1d..f2824c6 100644
--- a/setup.py
+++ b/setup.py
@@ -132,7 +132,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.0.dev0',
+ version='5.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',