From 5c9a7d6f12463f5a7a1ab99fcb5352c2fc2786d2 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 21 Sep 2023 11:07:57 +0200 Subject: [PATCH] Back to development: 4.8.11 --- CHANGES.rst | 6 ++++++ docs/conf.py | 6 ++---- setup.py | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9219e0a765..0c0a817b0c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,12 @@ The change log for the previous version, Zope 2.13, is at https://zope.readthedocs.io/en/2.13/CHANGES.html +4.8.11 (unreleased) +------------------- + +- Nothing changed yet. + + 4.8.10 (2023-09-21) ------------------- diff --git a/docs/conf.py b/docs/conf.py index 951a4c21e5..22a93e0e3f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,10 +23,8 @@ copyright = '2009-2023, The Zope developer community' author = 'The Zope developer community' -# The short X.Y version -version = '4.8.9' -# The full version, including alpha/beta/rc tags -release = '4.8.9' +# The X.Y.Z version +version = release = '4.8.10' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 5bdb1713f6..9bed2bb57c 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 = '4.8.10' +version = '4.8.11.dev0' setup(