summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2021-04-27 16:16:52 -0400
committerGitHub <noreply@github.com>2021-04-27 15:16:52 -0500
commit4e3f4225403f0c277a9880c549926763b99b8ae5 (patch)
tree3279c4171fd140d6fc9f76144bb29a840648414e
parentb5ad0296a20125f5e695170f0c3820c7526196b2 (diff)
downloadansible-4e3f4225403f0c277a9880c549926763b99b8ae5.tar.gz
set version to 2.11 (#74455)
-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 0cc32851f9..64692f5ec8 100644
--- a/docs/docsite/sphinx_conf/core_conf.py
+++ b/docs/docsite/sphinx_conf/core_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 = '2.11'
AUTHOR = 'Ansible, Inc'