From 86e0f40b48a7cfa16bce41d0a477b8b67c585ce2 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 5 Sep 2023 08:31:14 +0200 Subject: [PATCH] Prepare release. --- 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 898e7c5de6..951a4c21e5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,9 +24,9 @@ author = 'The Zope developer community' # The short X.Y version -version = '4.8.8' +version = '4.8.9' # The full version, including alpha/beta/rc tags -release = '4.8.8' +release = '4.8.9' # -- General configuration --------------------------------------------------- diff --git a/requirements-full.txt b/requirements-full.txt index 5c8bf15bc2..d9006553da 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -1,4 +1,4 @@ -Zope==< 5 +Zope==4.8.9 AccessControl==4.4 Acquisition==4.13 AuthEncoding==4.3 diff --git a/versions-prod.cfg b/versions-prod.cfg index 548751cb65..95b25c95f0 100644 --- a/versions-prod.cfg +++ b/versions-prod.cfg @@ -2,7 +2,7 @@ # Version pins for required and commonly used dependencies. [versions] -Zope = < 5 +Zope = 4.8.9 Zope2 = 4.0 # AccessControl 5+ no longer supports Zope 4. AccessControl = 4.4