From 81d568865d10f6c2626036c46eedb57ffcd30dbb Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Fri, 22 Mar 2024 17:13:07 +0100 Subject: [PATCH] Release 8.0.0a6 --- 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 f7607be..083cd97 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.0a5' +VERSION = '8.0.0a6' diff --git a/pyproject.toml b/pyproject.toml index f9ef5fb..7bd9298 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "enos" -version = "8.0.0a5" +version = "8.0.0a6" description = "Experimental eNvironment for OpenStack" authors = ["Didier Iscovery "] license = "GPL-3.0-or-later"