Skip to content

Commit

Permalink
fix: upgrade revert to 9.1.1
Browse files Browse the repository at this point in the history
Revert of 9.1.0 until a fix is ready.
  • Loading branch information
robrap committed Jan 4, 2024
1 parent 2f543e0 commit 7b150c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ Change Log
Unreleased
----------

[9.1.1] - 2024-01-04
--------------------
Updated
~~~~~~~
* Reverted 9.1.0 change until issue can be fixed.

[9.1.0] - 2024-01-03
--------------------
Updated
~~~~~~~
* (Now reverted) Simplified JWT cookie vs session user check by checking username instead of lms user id. Note: this was reverted on 9.1.1.

[9.0.1] - 2023-12-06
--------------------

Expand Down
2 changes: 1 addition & 1 deletion edx_rest_framework_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" edx Django REST Framework extensions. """

__version__ = '9.0.1' # pragma: no cover
__version__ = '9.1.1' # pragma: no cover

0 comments on commit 7b150c9

Please sign in to comment.