-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop checking for FEATURES['ORGANIZATIONS_APP'] setting (#151)
We originally checked the deprecated `FEATURES['ORGANIZATIONS_APP']` setting as an alternative to the new `ORGANIZATIONS_AUTOCREATE` settting, but since we're going to give `ORGANIZATIONS_AUTOCREATE` a default value in edx-platform anyway, the fallback check will never even be reached. Having the fallback check in the edx-organizations codebase is more misleading than anything else. This is effectively a no-op change. Bump version to 6.4.0 TNL-7646
- Loading branch information
1 parent
cf4171a
commit 4ee55b0
Showing
3 changed files
with
2 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
""" | ||
edx-organizations app initialization module | ||
""" | ||
__version__ = '6.3.0' # pragma: no cover | ||
__version__ = '6.4.0' # pragma: no cover |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters