From 4ce2300d27a97c72ed1550c26ce3eec8ab5c5593 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 21 Aug 2015 11:55:19 -0400 Subject: [PATCH] Bump version number for 2.3.0 release --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index a4120101f4..4b3a8072fa 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -5,7 +5,7 @@ import os import sys import warnings -__version__ = '2.2.3' +__version__ = '2.3.0' __all__ = ['__version__']