From d7364ecbc4669366ce77ad2f3d2b7446fe79721d Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Wed, 1 Dec 2021 09:15:03 -0500 Subject: [PATCH] set VERSION to 5 for realz --- 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 50af8b16d17..029e6eeb93e 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 = '5' AUTHOR = 'Ansible, Inc'