1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Rev branch to 2.2.1

This commit is contained in:
Matthew Jones 2015-07-15 14:41:23 -04:00
parent 1783a61f9e
commit ac0984b2d8

View File

@ -5,7 +5,7 @@ import os
import sys
import warnings
__version__ = '2.2.0'
__version__ = '2.2.1'
__all__ = ['__version__']