Skip to content

Commit

Permalink
Merge pull request #639 from edx/awais786/BOM-1117
Browse files Browse the repository at this point in the history
BOM-1117
  • Loading branch information
awais786 authored Dec 30, 2019
2 parents 26fa20b + 203a721 commit 831f472
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edx_proctoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from __future__ import absolute_import

# Be sure to update the version number in edx_proctoring/package.json
__version__ = '2.2.2'
__version__ = '2.2.3'

default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name
3 changes: 3 additions & 0 deletions edx_proctoring/instructor_dashboard_exam_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

from edx_proctoring import views

app_name = u'instructor'


urlpatterns = [
url(
r'edx_proctoring/v1/instructor/{}/(?P<exam_id>\d+)$'.format(settings.COURSE_ID_PATTERN),
Expand Down
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": "2.2.2",
"version": "2.2.3",
"main": "edx_proctoring/static/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 831f472

Please sign in to comment.