Skip to content

Commit 1212f9b

Browse files
committed
fix: issues
1 parent 65345f4 commit 1212f9b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Change Log
1414
Unreleased
1515
~~~~~~~~~~
1616

17+
[5.1.1] - 2025-02-07
18+
* modifies the exam submit email message to avoid confusion among the learners.
19+
1720
[5.1.0] - 2025-02-03
1821
~~~~~~~~~~~~~~~~~~~~
1922
* add Software Secure review, history, and comment models to retirement endpoint

edx_proctoring/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44

55
# Be sure to update the version number in edx_proctoring/package.json
6-
__version__ = '5.1.0'
6+
__version__ = '5.1.1'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@edx/edx-proctoring",
33
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"main": "edx_proctoring/static/index.js",
66
"scripts": {
77
"test": "gulp test"

0 commit comments

Comments
 (0)