fix version label to 2.10 (#71870)

This commit is contained in:
Sandra McCann 2020-09-22 19:25:52 -04:00 committed by GitHub
parent a10e76a64c
commit 77408dccab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ sys.path.append(os.path.abspath(os.path.join('..', '_extensions')))
# the repository version needs to be the one that is loaded: # the repository version needs to be the one that is loaded:
sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..', 'lib'))) sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..', 'lib')))
VERSION = 'devel' VERSION = '2.10'
AUTHOR = 'Ansible, Inc' AUTHOR = 'Ansible, Inc'