diff --git a/edx_proctoring/__init__.py b/edx_proctoring/__init__.py index 1c0bdc61f3a..f71a61f13db 100644 --- a/edx_proctoring/__init__.py +++ b/edx_proctoring/__init__.py @@ -5,6 +5,6 @@ from __future__ import absolute_import # Be sure to update the version number in edx_proctoring/package.json -__version__ = '1.5.0rc4' +__version__ = '1.5.0rc5' default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name diff --git a/edx_proctoring/static/proctoring/js/exam_action_handler.js b/edx_proctoring/static/proctoring/js/exam_action_handler.js index c6b3391e58d..e29fb47e62e 100644 --- a/edx_proctoring/static/proctoring/js/exam_action_handler.js +++ b/edx_proctoring/static/proctoring/js/exam_action_handler.js @@ -133,7 +133,7 @@ var edx = edx || {}; gettext( 'Something has gone wrong starting your exam. ' + 'Please double-check that the application is running.' - ), + ) )); } else { updateExamAttemptStatusPromise(actionUrl, action)() @@ -144,7 +144,7 @@ var edx = edx || {}; gettext( 'Something has gone wrong starting your exam. ' + 'Please reload the page and start again.' - ), + ) )); } diff --git a/package.json b/package.json index 5526a156f68..b59478ba376 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@edx/edx-proctoring", "//": "Be sure to update the version number in edx_proctoring/__init__.py", "//": "Note that the version format is slightly different than that of the Python version when using prereleases.", - "version": "1.5.0-rc.4", + "version": "1.5.0-rc.5", "main": "edx_proctoring/static/index.js", "repository": { "type": "git",