From c4fb8ca43fec0cc9d072f32b0fcf7525034d9429 Mon Sep 17 00:00:00 2001 From: Clinton Blackburn Date: Fri, 14 Apr 2017 00:42:29 -0400 Subject: [PATCH] Upgraded to version 0.4.4 --- organizations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organizations/__init__.py b/organizations/__init__.py index dab6e1bd..e2e385fe 100644 --- a/organizations/__init__.py +++ b/organizations/__init__.py @@ -1,4 +1,4 @@ """ edx-organizations app initialization module """ -__version__ = '0.4.3' # pragma: no cover +__version__ = '0.4.4' # pragma: no cover