From fa0d4f180b89aba5f4541e74462056caa02d4146 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 19 Nov 2015 09:17:49 -0800 Subject: [PATCH] Updating version number and changelog for 2.4.1 --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 2663c7827b..0a56dd220a 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -6,7 +6,7 @@ import sys import warnings import site -__version__ = '2.4.0' +__version__ = '2.4.1' __all__ = ['__version__']