From 306660c8a4e12a026b058b8d60e5a58394db396b Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Thu, 1 Apr 2021 20:11:38 +0300 Subject: [PATCH] bump version to 5.2.0-appsembler13 I forgot to make that in https://github.com/appsembler/edx-organizations/releases/tag/5.2.0-appsembler12 so, tagging another release to avoid force pushes. --- organizations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organizations/__init__.py b/organizations/__init__.py index e872fdfb..643c17a4 100644 --- a/organizations/__init__.py +++ b/organizations/__init__.py @@ -1,4 +1,4 @@ """ edx-organizations app initialization module """ -__version__ = '5.2.0-appsembler11' # pragma: no cover +__version__ = '5.2.0-appsembler13' # pragma: no cover