From 123756468d9fc68f04b52c87a2cdc0015405986a Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 2 Mar 2017 10:12:22 -0500 Subject: [PATCH] Bump version for 3.1.2 release --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 48f9219933..30256ec453 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -5,7 +5,7 @@ import os import sys import warnings -__version__ = '3.1.1' +__version__ = '3.1.2' __all__ = ['__version__']