From 40d2b9c9be556cf8c17dd6d8243cc7e767df82d2 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 9 Oct 2015 12:22:42 -0400 Subject: [PATCH] Revert "Bump version number for devel to 3.0" This reverts commit 9b51362ee6f63afebade5fd9a4ccb74ad6ae4eb1. --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 701b44347e..2663c7827b 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -6,7 +6,7 @@ import sys import warnings import site -__version__ = '3.0.0' +__version__ = '2.4.0' __all__ = ['__version__']