summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2023-01-16 15:44:16 +0100
committerJens Vagelpohl <jens@plyp.com>2023-01-16 15:44:16 +0100
commitbb454b5666dc3516de5c6ffc28620a8cec9b9bb1 (patch)
treec7a2fbbd672a4abe4c668266c0edf593e2078dad
parent5f76805733db926738fd5b29a1d7440c33f2a279 (diff)
downloadzope-security-bb454b5666dc3516de5c6ffc28620a8cec9b9bb1.tar.gz
- prepare release 6.06.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 00352a5..bfb22e3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-6.0 (unreleased)
+6.0 (2023-01-16)
================
- Remove proxying code for names that no longer exist in Python 3.
diff --git a/setup.py b/setup.py
index 4f42035..3a95e57 100644
--- a/setup.py
+++ b/setup.py
@@ -129,7 +129,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='6.0.dev0',
+ version='6.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',