From 47d51e4c2861903e002f6ad58707a2126af18f00 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Fri, 11 Jun 2021 11:51:18 +0200 Subject: [PATCH] Bump version to 0.7.2 (#467) Bump version to 0.7.2 Reviewed-by: https://github.com/apps/ansible-zuul --- ansible_navigator/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_navigator/_version.py b/ansible_navigator/_version.py index db5892f29..5fb1ee308 100644 --- a/ansible_navigator/_version.py +++ b/ansible_navigator/_version.py @@ -15,5 +15,5 @@ application version, although keeping the major in sync is probably not a bad idea to minimize the amount of stale docs in the user's cache """ -__version__ = "0.7.1" +__version__ = "0.7.2" __version_collection_doc_cache__ = "1.0"