From ce7f39cc5d62ebb1e105671b9f106b4fca143a48 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Thu, 28 Mar 2024 15:35:41 +0100 Subject: [PATCH] Release 8.0.0a8 --- enos/utils/constants.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/enos/utils/constants.py b/enos/utils/constants.py index b76f9b3..024859c 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.0a7' +VERSION = '8.0.0a8' diff --git a/pyproject.toml b/pyproject.toml index 820a699..e034b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "enos" -version = "8.0.0a7" +version = "8.0.0a8" description = "Experimental eNvironment for OpenStack" authors = ["Didier Iscovery "] license = "GPL-3.0-or-later"