From 91a9b51e3b09ab93555c8e804ce21c0436cc4697 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, 18 Sep 2023 16:31:20 +0200 Subject: [PATCH] bump to 4.7.3 (#4281) 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 95a1e6ca62..19821c1b34 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +4.7.3 (2023-09-18) +================== + +No significant changes. + + +---- + + 4.7.2 (2023-09-14) ================== diff --git a/ansible-hub-ui/__init__.py b/ansible-hub-ui/__init__.py index 98c926d162..cec8eb68ee 100644 --- a/ansible-hub-ui/__init__.py +++ b/ansible-hub-ui/__init__.py @@ -1 +1 @@ -__version__ = "4.7.2" +__version__ = "4.7.3"