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

Bump minor version for 2.4.2 release

This commit is contained in:
Matthew Jones 2015-11-24 09:51:48 -05:00
parent ae7164de49
commit 68d7119337

View File

@ -6,7 +6,7 @@ import sys
import warnings
import site
__version__ = '2.4.1'
__version__ = '2.4.2'
__all__ = ['__version__']