From 6d6155457705bc55a5259f029f176d7c32b70ddf Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 1 May 2019 08:56:54 -0400 Subject: [PATCH] Prepare for a package release. Doing this as a major version upgrade because we were previously pinning the djangorestframework library. If upstream projects were relying on us pinning it to stick to a specific version, our change might break them. --- organizations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organizations/__init__.py b/organizations/__init__.py index 06e6b70c..aa91cbb2 100644 --- a/organizations/__init__.py +++ b/organizations/__init__.py @@ -1,4 +1,4 @@ """ edx-organizations app initialization module """ -__version__ = '1.0.1' # pragma: no cover +__version__ = '2.0.1' # pragma: no cover