diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index 9cd18ca..1760f42 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -5,7 +5,7 @@ Release notes .. _v8.0.0: -8.0.0 (unreleased) +8.0.0 (2024-04-03) ------------------ - **Breaking change:** the format of ``enos info`` has changed diff --git a/enos/utils/constants.py b/enos/utils/constants.py index 240de17..097be81 100644 --- a/enos/utils/constants.py +++ b/enos/utils/constants.py @@ -43,4 +43,4 @@ FAKE_NEUTRON_EXTERNAL_INTERFACE = 'nei' # ENOS Setup -VERSION = '8.0.0a9' +VERSION = '8.0.0' diff --git a/pyproject.toml b/pyproject.toml index 31c9019..41964ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "enos" -version = "8.0.0a9" +version = "8.0.0" description = "Experimental eNvironment for OpenStack" authors = ["Didier Iscovery "] license = "GPL-3.0-or-later"