Skip to content

Commit

Permalink
fix rst formatting (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacharis278 committed Mar 15, 2021
1 parent 9fc106c commit 62c3237
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion edx_proctoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 62c3237

Please sign in to comment.