diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4fbd548c600..dce3eb5daee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,10 @@ Change Log Unreleased ~~~~~~~~~~ +[2.5.4] - 2020-12-17 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Minor template fix + [2.5.3] - 2020-12-10 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Upgrade celery to 5.0.4 diff --git a/edx_proctoring/__init__.py b/edx_proctoring/__init__.py index c60248dd841..dd08cdec2ff 100644 --- a/edx_proctoring/__init__.py +++ b/edx_proctoring/__init__.py @@ -3,6 +3,6 @@ """ # Be sure to update the version number in edx_proctoring/package.json -__version__ = '2.5.3' +__version__ = '2.5.4' default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name diff --git a/edx_proctoring/static/proctoring/templates/student-proctored-exam-attempts.underscore b/edx_proctoring/static/proctoring/templates/student-proctored-exam-attempts.underscore index aa89c571a48..b47585901f9 100644 --- a/edx_proctoring/static/proctoring/templates/student-proctored-exam-attempts.underscore +++ b/edx_proctoring/static/proctoring/templates/student-proctored-exam-attempts.underscore @@ -1,6 +1,6 @@
<% var is_proctored_attempts = proctored_exam_attempts.length !== 0 %> -
+
No exam results found.

<% } %> -
+
diff --git a/package.json b/package.json index fb2845dc249..8c9022040eb 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": "2.5.3", + "version": "2.5.4", "main": "edx_proctoring/static/index.js", "repository": { "type": "git",