Browse code

fix 2.10 version (#73788)

Sandra McCann authored on 2021/03/17 05:52:36
Showing 1 changed files
... ...
@@ -37,7 +37,7 @@ sys.path.append(os.path.abspath(os.path.join('..', '_extensions')))
37 37
 # the repository version needs to be the one that is loaded:
38 38
 sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..', 'lib')))
39 39
 
40
-VERSION = 'devel'
40
+VERSION = '2.10'
41 41
 AUTHOR = 'Ansible, Inc'
42 42
 
43 43