From 86af203dc73bad243c280002a60f5d48e70030d3 Mon Sep 17 00:00:00 2001 From: Anna Gavrilman Date: Mon, 13 Mar 2023 14:15:15 +0100 Subject: [PATCH 1/2] Remove old exam settings (#5317) --- static/js/flow/declarations.js | 2 -- tox.ini | 3 --- 2 files changed, 5 deletions(-) diff --git a/static/js/flow/declarations.js b/static/js/flow/declarations.js index 517f974f31..a5efd2065f 100644 --- a/static/js/flow/declarations.js +++ b/static/js/flow/declarations.js @@ -14,8 +14,6 @@ declare var SETTINGS: { edx_base_url: string, mitxonline_base_url: string, mitxonline_url: string, - EXAMS_SSO_CLIENT_CODE: string, - EXAMS_SSO_URL: string, FEATURES: { [key: string]: boolean, }, diff --git a/tox.ini b/tox.ini index 217969fd5c..179ab897ec 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,3 @@ setenv = MAILGUN_URL=http://fake.mailgun.url MAILGUN_KEY=fake_mailgun_key OPEN_DISCUSSIONS_SITE_KEY=mm_test - EXAMS_AUDIT_NACL_PUBLIC_KEY=not_a_key - EXAMS_AUDIT_AWS_ACCESS_KEY_ID=invalid_access_key_id - EXAMS_AUDIT_AWS_SECRET_ACCESS_KEY=invalid_secret_access_key From e3e8efaebf88d66666f209b174b50c733c834240 Mon Sep 17 00:00:00 2001 From: Doof Date: Wed, 15 Mar 2023 15:21:24 +0000 Subject: [PATCH 2/2] Release 0.236.2 --- RELEASE.rst | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 2fb8259e8c..fc76f6a20d 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.236.2 +--------------- + +- Remove old exam settings (#5317) + Version 0.236.1 (Released March 14, 2023) --------------- diff --git a/VERSION b/VERSION index ad8c52c5e7..1860e2e6ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.236.1 \ No newline at end of file +0.236.2 \ No newline at end of file