From e38e2106ef355ba8b034ce2d2e35ce31feb28c62 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 15 Jul 2015 14:42:56 -0400 Subject: [PATCH] Rev master to 2.3.0 --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index e3ae3d5266..4b3a8072fa 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -5,7 +5,7 @@ import os import sys import warnings -__version__ = '2.2.1' +__version__ = '2.3.0' __all__ = ['__version__']