From d06bc9df7a0a134b43601d112845b24fafbf434b Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 31 Mar 2017 12:11:37 -0400 Subject: [PATCH] updating versions for 3.1.3 release --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 30256ec453..56c8e9eb89 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -5,7 +5,7 @@ import os import sys import warnings -__version__ = '3.1.2' +__version__ = '3.1.3' __all__ = ['__version__']