diff --git a/CHANGES.rst b/CHANGES.rst index cd683238da..ac7de495b8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html For the change log of the alpha versions see https://github.com/zopefoundation/Zope/blob/4.0a6/CHANGES.rst -4.0b9 (unreleased) +4.0b9 (2019-02-09) ------------------ Breaking changes diff --git a/setup.py b/setup.py index be4023a6e6..7443e68386 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.0b9.dev0' +version = '4.0b9' setup(