Skip to content

Commit

Permalink
feat: update release version (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored Oct 31, 2024
1 parent 9a4f62d commit dbcaa39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ Change Log
Unreleased
**********
* Add LearningAssistantMessage model

4.4.1 - 2024-10-31
******************
* Add management command to remove expired messages

4.4.0 - 2024-10-30
******************
* Add LearningAssistantMessage model
* Add new GET endpoint to retrieve a user's message history in a given course.

4.3.3 - 2024-10-15
Expand Down
2 changes: 1 addition & 1 deletion learning_assistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Plugin for a learning assistant backend, intended for use within edx-platform.
"""

__version__ = '4.4.0'
__version__ = '4.4.1'

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

0 comments on commit dbcaa39

Please sign in to comment.