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

View File

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