Merge pull request #525 from AlanCoding/update_isolated_version

[3.2.2] update fallback isolated version to 3.2.2
This commit is contained in:
Alan Rominger 2017-10-10 22:06:09 -04:00 committed by GitHub
commit e7ede6af4a

View File

@ -271,7 +271,7 @@ def __run__(private_data_dir):
if __name__ == '__main__':
__version__ = '3.2.0'
__version__ = '3.2.2'
try:
import awx
__version__ = awx.__version__