From 072af95e25954837f2dc39ebeddf290042682144 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Fri, 11 Oct 2024 09:57:32 +0200 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 e835eb77fd..2ceb1da122 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.1 (unreleased) +------------------- + + 5.11 (2024-10-11) ----------------- diff --git a/requirements-full.txt b/requirements-full.txt index 3515e41cdc..b964ef58f9 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -1,4 +1,4 @@ -Zope==5.11 +-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope AccessControl==7.1 Acquisition==6.1 AuthEncoding==5.0 diff --git a/setup.py b/setup.py index 85272614f8..7946e00da1 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' +version = '5.11.1.dev0' setup( name='Zope', diff --git a/versions-prod.cfg b/versions-prod.cfg index ac6fb4faf0..eee47a631b 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 +Zope = Zope2 = 4.0 AccessControl = 7.1 Acquisition = 6.1