From 4016108d3cf63b16737268d2fe622a5881e7e939 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 27 Mar 2023 11:13:39 +0200 Subject: 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 a065f93..9641fb8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Change History ================ +5.1 (unreleased) +================ + +- Nothing changed yet. + + 5.0 (2023-03-27) ================ diff --git a/setup.py b/setup.py index aa0f5b3..0e62d1a 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ TESTS_REQUIRE = [ setup( name='zope.contenttype', - version='5.0', + version='5.1.dev0', url='http://github.com/zopefoundation/zope.contenttype', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', -- cgit v1.2.1