From dfb864981aba1f3457e05a3ff37e3250be6bcc12 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 8 Jul 2013 14:33:16 -0500 Subject: [PATCH] Bumping the version/release up to 1.2.2-0 --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 8aa03e5bd0..17964ad1a7 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -1,7 +1,7 @@ # Copyright (c) 2013 AnsibleWorks, Inc. # All Rights Reserved. -__version__ = '1.2-b2' +__version__ = '1.2.2-0' import os import sys