From 271097434bd83a16743fe24501e30c8f64b3275c Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 21 Jun 2022 14:40:26 -0400 Subject: [PATCH] set current version to 6 (#78110) --- docs/docsite/sphinx_conf/ansible_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/sphinx_conf/ansible_conf.py b/docs/docsite/sphinx_conf/ansible_conf.py index 3c570be993e..5e920e4c7c5 100644 --- a/docs/docsite/sphinx_conf/ansible_conf.py +++ b/docs/docsite/sphinx_conf/ansible_conf.py @@ -32,7 +32,7 @@ sys.path.insert(0, os.path.join('ansible', 'lib')) # the repository version needs to be the one that is loaded: sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..', 'lib'))) -VERSION = 'devel' +VERSION = '6' AUTHOR = 'Ansible, Inc'