From 4a8fb1315a9ead14f10b9c5560888c692d81c1c8 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Wed, 3 Apr 2024 15:51:22 +0200 Subject: [PATCH] Release 8.0.0 --- docs/releasenotes.rst | 2 +- enos/utils/constants.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"