Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ instructions, because git commits are used to generate release notes:

- [Improvement] Migrate from pylint and black to ruff. (by @rehmansheikh222)
- [Improvement] Test python package distribution build when running make test. (by @rehmansheikh222)

- 💥[Feature] Upgrade to Ulmo. (by @jfavellar90)
- [Chore] Change XQUEUE_REPOSITORY_VERSION to master as a temporary fix to unblock tutor ulmo release. (by @Faraz32123)

<a id='changelog-20.0.0'></a>
## v20.0.0 (2025-06-05)
Expand Down
4 changes: 3 additions & 1 deletion tutorxqueue/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"MYSQL_DATABASE": "xqueue",
"MYSQL_USERNAME": "xqueue",
"REPOSITORY": "https://github.com/openedx/xqueue",
"REPOSITORY_VERSION": "{{ OPENEDX_COMMON_VERSION }}",
# TODO: revert REPOSITORY_VERSION to "{{ OPENEDX_COMMON_VERSION }}"
# once openedx/xqueue has released an ulmo branch
"REPOSITORY_VERSION": "master",
},
"unique": {
"AUTH_PASSWORD": "{{ 8|random_string }}",
Expand Down