From 7484267186074a5c331e6e043f9ec36d5a21b744 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 7 Aug 2015 11:19:09 -0400 Subject: [PATCH] Bump 2.2 branch to version 2.2.1 --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 7454cf3beb..e3ae3d5266 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -5,7 +5,7 @@ import os import sys import warnings -__version__ = '2.2.0' +__version__ = '2.2.1' __all__ = ['__version__']