File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,13 @@ Change Log
1414 Unreleased
1515**********
1616
17+ 4.11.1 - 2025-08-22
18+ *******************
19+ * Fixes a linting error on the changelog that prevented the previous release.
20+
17214.11.0 - 2025-08-08
18- ******************
19- * Replaced the get_audit_trial_length_days utils.py function from with the AUDIT_TRIAL_MAX_DAYS = 14, as the
22+ *******************
23+ * Replaced the get_audit_trial_length_days utils.py function with the AUDIT_TRIAL_MAX_DAYS = 14, as the
2024 audit trial length will be 14 days going forwards.
2125
22264.10.8 - 2025-07-31
Original file line number Diff line number Diff line change 22Plugin for a learning assistant backend, intended for use within edx-platform.
33"""
44
5- __version__ = '4.11.0 '
5+ __version__ = '4.11.1 '
66
77default_app_config = 'learning_assistant.apps.LearningAssistantConfig' # pylint: disable=invalid-name
You can’t perform that action at this time.
0 commit comments