From 52abe65c693140c3b220184b46952917e9e2d039 Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali <40599381+DawoudSheraz@users.noreply.github.com> Date: Tue, 9 Apr 2024 22:33:46 +0500 Subject: [PATCH] feat: update release to quince.3 (#1037) --- changelog.d/20240409_175748_dawoud.sheraz_quince_3.md | 1 + tutor/templates/config/defaults.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/20240409_175748_dawoud.sheraz_quince_3.md diff --git a/changelog.d/20240409_175748_dawoud.sheraz_quince_3.md b/changelog.d/20240409_175748_dawoud.sheraz_quince_3.md new file mode 100644 index 0000000..d511552 --- /dev/null +++ b/changelog.d/20240409_175748_dawoud.sheraz_quince_3.md @@ -0,0 +1 @@ +- [Improvement] Update release to open-release/quince.3 (by @dawoudsheraz) \ No newline at end of file diff --git a/tutor/templates/config/defaults.yml b/tutor/templates/config/defaults.yml index 5e844b7..c520585 100644 --- a/tutor/templates/config/defaults.yml +++ b/tutor/templates/config/defaults.yml @@ -59,7 +59,7 @@ OPENEDX_LMS_UWSGI_WORKERS: 2 OPENEDX_MYSQL_DATABASE: "openedx" OPENEDX_MYSQL_USERNAME: "openedx" # the common version will be automatically set to "master" in the nightly branch -OPENEDX_COMMON_VERSION: "open-release/quince.2" +OPENEDX_COMMON_VERSION: "open-release/quince.3" OPENEDX_EXTRA_PIP_REQUIREMENTS: [] MYSQL_HOST: "mysql" MYSQL_PORT: 3306