From f56b2f4724409bc2449a107562573b792f3a8904 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 25 Oct 2024 08:21:28 +0200 Subject: [PATCH] Back to development: 5.1 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 60b6ff3..0739bd8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changes ========= +5.1 (unreleased) +================ + +- Nothing changed yet. + + 5.0 (2024-10-25) ================ diff --git a/setup.py b/setup.py index c3ea695..6470844 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def read(*rnames): ] setup(name='zope.copy', - version='5.0', + version='5.1.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Pluggable object copying mechanism',