From 78d21458554e9bbfd58082245df53f9f0fe2eea2 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Wed, 3 Apr 2024 14:49:08 +0200 Subject: [PATCH] Release 8.0.0a9 --- 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 024859c..240de17 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.0a8' +VERSION = '8.0.0a9' diff --git a/pyproject.toml b/pyproject.toml index 96ee321..31c9019 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "enos" -version = "8.0.0a8" +version = "8.0.0a9" description = "Experimental eNvironment for OpenStack" authors = ["Didier Iscovery "] license = "GPL-3.0-or-later"