Skip to content

Commit

Permalink
release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Dec 18, 2024
1 parent c0e6f49 commit e937d9b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 ⚠
Expand Down
2 changes: 1 addition & 1 deletion Squest/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.7.0"
__version__ = "2.7.1"
VERSION = __version__
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Elias Boulharts <[email protected]", "Anthony Belhadj <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e937d9b

Please sign in to comment.