From cf9f9d0b0015b1f6dbf77850e4872b9398bd7b82 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Fri, 16 Dec 2022 15:42:43 +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 e5d32f0..a15a8f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,10 @@ For older changes please refer to the change log for https://github.com/zopefoundation/Products.TemporaryFolder/blob/master/CHANGES.rst +1.4 (unreleased) +---------------- + + 1.3 (2022-12-16) ---------------- diff --git a/setup.py b/setup.py index 5122d68..c9b78ca 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='Products.ZODBMountPoint', - version='1.3', + version='1.4.dev0', url='https://github.com/zopefoundation/Products.ZODBMountPoint', project_urls={ 'Issue Tracker': ('https://github.com/zopefoundation/'