From bbca98f622caab4fa04bcce762f872d43b9b883a Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 18 May 2021 16:38:25 -0400 Subject: [PATCH] Set the version to 4 (#74755) --- 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 a266052cd64..3bdafab7962 100644 --- a/docs/docsite/sphinx_conf/ansible_conf.py +++ b/docs/docsite/sphinx_conf/ansible_conf.py @@ -37,7 +37,7 @@ sys.path.append(os.path.abspath(os.path.join('..', '_extensions'))) # 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 = '4' AUTHOR = 'Ansible, Inc'