From 81c58f4b73f84c5475f1a80370322a708b147dbe Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 16 Feb 2024 08:43:04 +0100 Subject: [PATCH] Back to development: 6.3 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 32e4f94b..ef755a75 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changes ========= +6.3 (unreleased) +================ + +- Nothing changed yet. + + 6.2 (2024-02-16) ================ diff --git a/setup.py b/setup.py index 2ecc5740..41e9b21d 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ def read(*rnames): ) setup(name='zope.interface', - version='6.2', + version='6.3.dev0', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python',