From 8f6173d294d1e5c1c2e5b8cdccea2fafb891a747 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 20 Apr 2023 08:20:36 +0200 Subject: Preparing release 6.2a1.dev0 --- CHANGES.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ee88cfc..dcf5a6c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,8 +2,8 @@ Changes ========= -6.2 (unreleased) ----------------- +6.2a1.dev0 (2023-04-20) +----------------------- - Make ``next()`` on C proxies call ``__next__`` rather than ``next`` (see PEP 3114), and drop support for the Python 2 ``next`` method name from diff --git a/setup.py b/setup.py index aa0df8a..2b194c1 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ TESTS_REQUIRE = [ setup(name='zope.security', - version='6.2.dev0', + version='6.2a1.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Security Framework', -- cgit v1.2.1