From f89f5229ca22c7922732d816d36f24cdafbfabfc Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Sun, 3 Nov 2024 14:52:41 +0100 Subject: [PATCH] - vb [ci skip] --- CHANGES.rst | 4 ++++ requirements-full.txt | 2 +- setup.py | 2 +- versions-prod.cfg | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 78c451d31e..6541a36797 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,10 @@ since the branch point at Zope 4.1.2. The change log for the previous version, Zope 4, is at https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst +5.11.2 (unreleased) +------------------- + + 5.11.1 (2024-11-03) ------------------- diff --git a/requirements-full.txt b/requirements-full.txt index 182859933d..c9798ed6aa 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -1,4 +1,4 @@ -Zope==5.11.1 +-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope AccessControl==7.2 Acquisition==6.1 AuthEncoding==5.0 diff --git a/setup.py b/setup.py index 56e1f5f25f..6284b39d66 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def _read_file(filename): README = _read_file('README.rst') CHANGES = _read_file('CHANGES.rst') -version = '5.11.1' +version = '5.11.2.dev0' setup( name='Zope', diff --git a/versions-prod.cfg b/versions-prod.cfg index d766c8b404..d213883b37 100644 --- a/versions-prod.cfg +++ b/versions-prod.cfg @@ -2,7 +2,7 @@ # Version pins for required and commonly used dependencies. [versions] -Zope = 5.11.1 +Zope = Zope2 = 4.0 AccessControl = 7.2 Acquisition = 6.1