diff --git a/CHANGES.rst b/CHANGES.rst index e00f817..30e6865 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ========= +5.1 (unreleased) +================ + +- Nothing changed yet. + + 5.0 (2023-02-28) ================ diff --git a/setup.py b/setup.py index e8d83e0..8e517fa 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(*rnames): setup( name='zope.app.server', - version='5.0', + version='5.1.dev0', author='Zope Corporation and Contributors', author_email='zope-dev@zope.dev', description='ZServer integration for Zope 3 Applications',