Skip to content

Commit 6630de1

Browse files
authored
chore: lint on changelog (#206)
* chore: lint on changelog * chore: init * chore: copilot fix
1 parent 6c5d9e5 commit 6630de1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
1721
4.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

2226
4.10.8 - 2025-07-31

learning_assistant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Plugin for a learning assistant backend, intended for use within edx-platform.
33
"""
44

5-
__version__ = '4.11.0'
5+
__version__ = '4.11.1'
66

77
default_app_config = 'learning_assistant.apps.LearningAssistantConfig' # pylint: disable=invalid-name

0 commit comments

Comments
 (0)