From 5f6f16b5ff52946c8bc0cfdf5c6225376b294e84 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 3 Sep 2015 09:44:20 -0400 Subject: [PATCH] Rev version to 2.4.0 --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 4b3a8072fa..b0e5709abe 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -5,7 +5,7 @@ import os import sys import warnings -__version__ = '2.3.0' +__version__ = '2.4.0' __all__ = ['__version__']