From ac0984b2d8cd374313c60d8bf6be7ba790489aea Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 15 Jul 2015 14:41:23 -0400 Subject: [PATCH] Rev branch to 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__']