From 12e94eebdfa33e34505a1b1f750ca5d2da0cc9d4 Mon Sep 17 00:00:00 2001 From: Sagirov Evgeniy <34642612+UvgenGen@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:50:50 +0300 Subject: [PATCH] docs: add release notes and update version (#897) --- CHANGELOG.rst | 4 ++++ edx_proctoring/__init__.py | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c8c265a697..939e004dd83 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,10 @@ Change Log Unreleased ~~~~~~~~~~ +[3.17.1] - 2021-07-2 +~~~~~~~~~~~~~~~~~~~~~ +* Updated ProctoredExamAttempt view to use the content id from the query. + [3.17.1] - 2021-06-25 ~~~~~~~~~~~~~~~~~~~~~ * Fix JSON parse failure when error response from course onboarding status endpoint does not diff --git a/edx_proctoring/__init__.py b/edx_proctoring/__init__.py index 41a67c050f6..6164d7790eb 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__ = '3.17.1' +__version__ = '3.17.2' default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name diff --git a/package.json b/package.json index 5216771a71f..83408eb4410 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": "3.17.1", + "version": "3.17.2", "main": "edx_proctoring/static/index.js", "scripts": { "test": "gulp test"