From f2a53e82d0a1dbf7b3fdf972b42d98254b4a7d45 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Fri, 11 Oct 2024 09:51:11 +0200 Subject: [PATCH] - prepare release 5.11 --- CHANGES.rst | 2 +- docs/conf.py | 4 ++-- requirements-full.txt | 2 +- setup.py | 2 +- versions-prod.cfg | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5b4801a85f..e835eb77fd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,7 +7,7 @@ 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 (unreleased) +5.11 (2024-10-11) ----------------- - Add support for Python 3.13. diff --git a/docs/conf.py b/docs/conf.py index 4919c1fda0..2627071133 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.10' +version = '5.11' # The full version, including alpha/beta/rc tags -release = '5.10' +release = '5.11' # -- General configuration --------------------------------------------------- diff --git a/requirements-full.txt b/requirements-full.txt index b964ef58f9..3515e41cdc 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 AccessControl==7.1 Acquisition==6.1 AuthEncoding==5.0 diff --git a/setup.py b/setup.py index be2627a07c..85272614f8 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.dev0' +version = '5.11' setup( name='Zope', diff --git a/versions-prod.cfg b/versions-prod.cfg index eee47a631b..ac6fb4faf0 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 Zope2 = 4.0 AccessControl = 7.1 Acquisition = 6.1