From 04039c358b54d830d2a9cb5458458f61c626eb35 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Fri, 12 Apr 2024 09:53:00 -0500 Subject: [PATCH] - prepare release 6.3 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 61299de..27e72f8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -6.3 (unreleased) +6.3 (2024-04-12) ================ - Add preliminary support for Python 3.13 as of 3.13a6. diff --git a/setup.py b/setup.py index 41e9b21..9f49ffb 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ def read(*rnames): ) setup(name='zope.interface', - version='6.3.dev0', + version='6.3', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python',