Skip to content

Commit

Permalink
chore: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamenon4 committed Jan 9, 2025
1 parent 491cd15 commit 6bf5de9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Change Log
Unreleased
**********

4.7.1 - 2025-01-09
******************
* Use Django utils timezone instead of datetime to get now to prevent naive/aware comparisons.

4.7.0 - 2025-01-07
******************
* Gate use of the Xpert platform v2 endpoint with a waffle flag.
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.7.0'
__version__ = '4.7.1'

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

0 comments on commit 6bf5de9

Please sign in to comment.