From 62c32373863d00187bb0952a38073b8f73787371 Mon Sep 17 00:00:00 2001 From: Zachary Hancock Date: Mon, 15 Mar 2021 17:22:03 -0400 Subject: [PATCH] fix rst formatting (#814) --- CHANGELOG.rst | 6 +++--- edx_proctoring/__init__.py | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c9b9ce1f273..6822b039b64 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,11 +14,11 @@ Change Log Unreleased ~~~~~~~~~~ -[3.7.11] - 2021-03-15 +[3.7.12] - 2021-03-15 ~~~~~~~~~~~~~~~~~~~~~ * Update the onboarding status to take into account sections that are not accessible to the user -or has a release date in the future. For sections with release dates in the future, -that date will now be shown to the learner. + or has a release date in the future. For sections with release dates in the future, + that date will now be shown to the learner. * Fixed accessibility bug on Special Exam Attempts panel on instructor dashboard [3.7.9] - 2021-03-09 diff --git a/edx_proctoring/__init__.py b/edx_proctoring/__init__.py index 9e8b9c37d17..da0210172ff 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.7.11' +__version__ = '3.7.12' default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name diff --git a/package.json b/package.json index 1c71e59c5eb..2736b045472 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.7.11", + "version": "3.7.12", "main": "edx_proctoring/static/index.js", "scripts":{ "test":"gulp test"