diff options
-rw-r--r-- | CHANGES.rst | 2 | ||||
-rw-r--r-- | setup.py | 2 |
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. @@ -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', |