From 7eb74cd01124dc28cb5cf2c58ee62e90a6b7173b Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 24 Feb 2016 09:51:12 -0500 Subject: [PATCH] Bump 2.4.5 version, changelogs, and reprepo --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 72b8f62cbf..63561718b3 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -6,7 +6,7 @@ import sys import warnings import site -__version__ = '2.4.4' +__version__ = '2.4.5' __all__ = ['__version__']