From e543a806eeab3394f511bf61b4892c7271d0d53a Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 6 Oct 2015 10:30:48 -0400 Subject: [PATCH] Bump version number for devel to 3.0 --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 2663c7827b..701b44347e 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -6,7 +6,7 @@ import sys import warnings import site -__version__ = '2.4.0' +__version__ = '3.0.0' __all__ = ['__version__']