From 59cd5b89c6a3e4a3c33e670258a0ade2b7c247fb Mon Sep 17 00:00:00 2001 From: elias-boulharts Date: Wed, 20 Dec 2023 11:00:02 +0100 Subject: [PATCH] bump dev --- Squest/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Squest/version.py b/Squest/version.py index 3f23e14ce..a9f3f9cfb 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.4.1" +__version__ = "2.4.2b" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index b83ea6535..2f8bc8038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.4.1" +version = "2.4.2b" 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"