summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Naro <dnaro@redhat.com>2023-05-16 19:29:29 +0100
committerGitHub <noreply@github.com>2023-05-16 11:29:29 -0700
commit3b8d2cbd016a050fea34c43d820dcf72e6e4ff34 (patch)
tree8e6dec2199fcd55a7c35147fd721443caf37e3eb
parent960f5ddee0a0000dedd68c168759fd46b240b5ee (diff)
downloadansible-3b8d2cbd016a050fea34c43d820dcf72e6e4ff34.tar.gz
set version to 2.15 (#80793)
-rw-r--r--docs/docsite/sphinx_conf/core_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py
index 3a328019ab..92640c1695 100644
--- a/docs/docsite/sphinx_conf/core_conf.py
+++ b/docs/docsite/sphinx_conf/core_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 = '2.15'
AUTHOR = 'Ansible, Inc'