From 2dd451b8ee8f07da8db96417949fa2fa8c32e574 Mon Sep 17 00:00:00 2001 From: James Laska Date: Tue, 20 Jan 2015 16:48:27 -0500 Subject: [PATCH] Update development version --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index d39a60ad93..69798f7c00 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -1,7 +1,7 @@ # Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. -__version__ = '2.1.0' +__version__ = '2.2.0' import os import sys