From a968ad5e5ab47f7802f08e22d50dcfd31a1afef8 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Wed, 1 Feb 2023 10:04:11 +0100 Subject: [PATCH] - vb [ci skip] --- CHANGES.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index abffbb4..1e04c7a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,10 @@ Change log ========== +5.1 (unreleased) +---------------- + + 5.0 (2023-02-01) ---------------- diff --git a/setup.py b/setup.py index 346e522..90b0b89 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup(name='Products.ExternalMethod', - version='5.0', + version='5.1.dev0', url='https://github.com/zopefoundation/Products.ExternalMethod', project_urls={ 'Issue Tracker': ('https://github.com/zopefoundation/'