diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1426bc9fa84..b55e9b72582 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,10 @@ Change Log Unreleased ~~~~~~~~~~ +[3.6.7] - 2021-02-24 +~~~~~~~~~~~~~~~~~~~~ +* Fix requirements file + [3.6.6] - 2021-02-24 ~~~~~~~~~~~~~~~~~~~~ * Revert jsonfield PR diff --git a/edx_proctoring/__init__.py b/edx_proctoring/__init__.py index 35444d044bb..8f0c4999e42 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.6.6' +__version__ = '3.6.7' default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name diff --git a/package.json b/package.json index 8ba2d8c1f77..608383b9047 100644 --- a/package.json +++ b/package.json @@ -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.6.6", + "version": "3.6.7", "main": "edx_proctoring/static/index.js", "repository": { "type": "git", diff --git a/requirements/test.txt b/requirements/test.txt index e89e176ccba..c64c6a05e1a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -124,6 +124,7 @@ jsonfield2==3.0.3 # via # -c requirements/constraints.txt # -r requirements/base.in + # via celery lazy==1.4 # via bok-choy logilab-common==1.8.1 @@ -171,7 +172,7 @@ pyjwt[crypto]==1.7.1 # via # drf-jwt # edx-rest-api-client -pymongo==3.11.3 +pymongo==3.11.2 # via # edx-opaque-keys # event-tracking @@ -239,7 +240,7 @@ six==1.15.0 # cryptography # edx-drf-extensions # edx-i18n-tools - # edx-opque-keys + # edx-opaque-keys # event-tracking # fs # pyjwkest