diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 12574e69543..16a9e986fd0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,10 @@ Change Log Unreleased ~~~~~~~~~~ + + +[3.23.0] - 2021-08-04 +~~~~~~~~~~~~~~~~~~~~~ * Add simple history to proctored exam attempt, writing both old and new model for now. Includes admin view. * Update documentation and makefile targets for a clear path from clone to running tests. diff --git a/edx_proctoring/__init__.py b/edx_proctoring/__init__.py index 87fee2acddb..2b22bf95b8c 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.22.1' +__version__ = '3.23.0' default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name diff --git a/package.json b/package.json index 1084458ef08..73f77550126 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@edx/edx-proctoring", "//": "Note that the version format is slightly different than that of the Python version when using prereleases.", - "version": "3.22.1", + "version": "3.23.0", "main": "edx_proctoring/static/index.js", "scripts": { "test": "gulp test"