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

Rev master to 2.3.0

This commit is contained in:
Matthew Jones 2015-07-15 14:42:56 -04:00
parent ac0984b2d8
commit e38e2106ef

View File

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