From a022e6d5c8424866dff49f74eb8995c8c098b0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Je=C5=99=C3=A1bek=20=28Jiri=20Jerabek=29?= Date: Mon, 13 May 2024 18:44:50 +0200 Subject: [PATCH] Release 4.9.2 (#4982) No-Issue --- CHANGES.rst | 9 +++++++++ ansible-hub-ui/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6448a35ab6..290d96a665 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +4.9.2 (2024-04-18) +================== + +No significant changes. + + +---- + + 4.9.1 (2024-01-30) ================== diff --git a/ansible-hub-ui/__init__.py b/ansible-hub-ui/__init__.py index 0139b2ebd5..7332367ed5 100644 --- a/ansible-hub-ui/__init__.py +++ b/ansible-hub-ui/__init__.py @@ -1 +1 @@ -__version__ = "4.9.1" +__version__ = "4.9.2"