From 71081a5b633873ffe258b8d582413c82d64f34f3 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 1 Oct 2015 14:16:42 -0400 Subject: [PATCH] Update version to 2.3.1 and update changelog --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 08837cdfd5..9f223d8e85 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -6,7 +6,7 @@ import sys import warnings import site -__version__ = '2.3.0' +__version__ = '2.3.1' __all__ = ['__version__']