From bab513b489efd75a005db444229f5c375f497528 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 27 Mar 2023 11:56:39 +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 7c13571..0cda315 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changes ========= +5.1 (unreleased) +================ + +- Nothing changed yet. + + 5.0 (2023-03-27) ================ diff --git a/setup.py b/setup.py index 4e1d063..646df57 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(*rnames): setup( name='zope.ptresource', - version='5.0', + version='5.1.dev0', url='https://github.com/zopefoundation/zope.ptresource/', project_urls={ 'Issue Tracker': ('https://github.com/zopefoundation/'