From 0c7239ff17b678cd4d52c436fc69d832af108c9e Mon Sep 17 00:00:00 2001 From: Nicolas Marcq Date: Wed, 18 Dec 2024 10:37:17 +0100 Subject: [PATCH] release 2.7.1 --- CHANGELOG.md | 6 ++++++ Squest/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8603c09..a03fc98a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.7.2 2024-12-18 + +## Fix + +- Operation table was missing from instance details view + # 2.7.0 2024-12-16 ## Breaking changes ⚠ diff --git a/Squest/version.py b/Squest/version.py index ad9c4e38b..a590fd001 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.7.0" +__version__ = "2.7.1" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index cc0c5c24e..8a928cfad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.7.0" +version = "2.7.1" description = "Service catalog on top of Red Hat Ansible Automation Platform(RHAAP)/AWX (formerly known as Ansible Tower)" authors = ["Nicolas Marcq ", "Elias Boulharts "] license = "MIT"