Skip to content

Commit

Permalink
Merge pull request #497 from edx/dcs/1.5.0
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
davestgermain committed Dec 27, 2018
2 parents 66db765 + f8d598f commit 0cc8e5c
Showing 1 changed file with 1 addition and 1 deletion.
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__ = '1.5.0rc7'
__version__ = '1.5.0'

default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name

0 comments on commit 0cc8e5c

Please sign in to comment.