From fc4ac865a2a12870e1135601d1a38e51e0746165 Mon Sep 17 00:00:00 2001 From: Nicolas Marcq Date: Fri, 28 Apr 2023 15:38:14 +0200 Subject: [PATCH] release 1.10.2 --- CHANGELOG.md | 12 ++++++++++++ Squest/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7f529d3..dce8e3cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 1.10.2 2023-04-28 + +## Fix + +- fix IS_DEV_SERVER boolean + +## Enhancement + +- go to process after accepting +- add accept and process +- add error 500 page + # 1.10.1 2023-04-24 ## Enhancement diff --git a/Squest/version.py b/Squest/version.py index 6afdf6c8f..3c6b16905 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "1.10.2b" +__version__ = "1.10.2" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index ec495c534..6f00ae550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "1.10.2b" +version = "1.10.2" description = "Service catalog on top of Ansible Tower" authors = ["Nicolas Marcq ", "Elias Boulharts "] license = "MIT"