From 10879dcb05eaca125936ce0fc58ca3a1d73d9401 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 29 May 2024 13:55:05 -0400 Subject: [PATCH 1/2] build: Setuptools is not available by default it Python 3.12 --- .github/workflows/publish-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 728e224147..89faededd5 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -12,7 +12,7 @@ jobs: - name: Setup python uses: actions/setup-python@v2 with: - python-version: 3.12 + python-version: 3.11 - name: Install pip run: pip install -r requirements/pip.txt From b6a01e9b297d21baec6116a2dcfc81e175109266 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 29 May 2024 14:10:18 -0400 Subject: [PATCH 2/2] build: Bump the version. --- edx_proctoring/__init__.py | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/edx_proctoring/__init__.py b/edx_proctoring/__init__.py index 7b1e676356..f34458f811 100644 --- a/edx_proctoring/__init__.py +++ b/edx_proctoring/__init__.py @@ -3,4 +3,4 @@ """ # Be sure to update the version number in edx_proctoring/package.json -__version__ = '4.18.0' +__version__ = '4.18.1' diff --git a/package-lock.json b/package-lock.json index 1d5dab277e..ea19686661 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@edx/edx-proctoring", - "version": "4.18.0", + "version": "4.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@edx/edx-proctoring", - "version": "4.18.0", + "version": "4.18.1", "license": "GNU Affero GPLv3", "devDependencies": { "babel-polyfill": "^6.26.0", diff --git a/package.json b/package.json index c3d19b25d1..255bd3e632 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": "4.18.0", + "version": "4.18.1", "main": "edx_proctoring/static/index.js", "scripts": { "test": "gulp test"