From dfdce15e432208fd8f01cc2072818a2847663bc6 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Thu, 5 Oct 2023 15:09:02 +0200 Subject: [PATCH] - prepare release 6.2 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7b45b40..6a99194 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -6.2 (unreleased) +6.2 (2023-10-05) ---------------- - Make ``next()`` on C proxies call ``__next__`` rather than ``next`` (see diff --git a/setup.py b/setup.py index 269bc18..55024f2 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def read(*rnames): setup(name='zope.security', - version='6.2.dev0', + version='6.2', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Security Framework',