From 78b5ccb3c3750fd6789a09eb05a68850e22dace2 Mon Sep 17 00:00:00 2001 From: Manjinder Singh <49171515+jinder1s@users.noreply.github.com> Date: Thu, 31 Oct 2019 10:31:42 -0400 Subject: [PATCH] Updating version in __init__.py --- organizations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organizations/__init__.py b/organizations/__init__.py index 548238c6..2977bc80 100644 --- a/organizations/__init__.py +++ b/organizations/__init__.py @@ -1,4 +1,4 @@ """ edx-organizations app initialization module """ -__version__ = '2.1.0' # pragma: no cover +__version__ = '2.1.1' # pragma: no cover