From db5cd4969cd86e061093873714d4423419f36efd Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Sun, 3 Nov 2024 14:48:47 +0100 Subject: [PATCH] - prepare release 5.11.1 --- docs/conf.py | 4 ++-- requirements-full.txt | 2 +- versions-prod.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2627071133..de44f69ce2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ author = 'The Zope developer community' # The short X.Y version -version = '5.11' +version = '5.11.1' # The full version, including alpha/beta/rc tags -release = '5.11' +release = '5.11.1' # -- General configuration --------------------------------------------------- diff --git a/requirements-full.txt b/requirements-full.txt index c9798ed6aa..182859933d 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -1,4 +1,4 @@ --e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope +Zope==5.11.1 AccessControl==7.2 Acquisition==6.1 AuthEncoding==5.0 diff --git a/versions-prod.cfg b/versions-prod.cfg index d213883b37..d766c8b404 100644 --- a/versions-prod.cfg +++ b/versions-prod.cfg @@ -2,7 +2,7 @@ # Version pins for required and commonly used dependencies. [versions] -Zope = +Zope = 5.11.1 Zope2 = 4.0 AccessControl = 7.2 Acquisition = 6.1