Skip to content

Commit

Permalink
Merge pull request #928 from edx/ashultz0/release3230
Browse files Browse the repository at this point in the history
feat: release history and makefile updates
  • Loading branch information
ashultz0 committed Aug 4, 2021
2 parents feb7738 + e71718b commit 7085773
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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.22.1'
__version__ = '3.23.0'

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
@@ -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"
Expand Down

0 comments on commit 7085773

Please sign in to comment.