From 8be7637ae3c92b35bb1d306e462054463cf4890b Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 23 Sep 2024 21:53:17 -0700 Subject: [PATCH] Update versions to 3.4.2 (#20981) * Update core/feconf.py * Update package.json --------- Co-authored-by: github-actions[bot] --- core/feconf.py | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/feconf.py b/core/feconf.py index 51f846478dba..e3727102e8db 100644 --- a/core/feconf.py +++ b/core/feconf.py @@ -573,7 +573,7 @@ def get_empty_ratings() -> Dict[str, int]: DATAFLOW_TEMP_LOCATION = 'gs://todo/todo' DATAFLOW_STAGING_LOCATION = 'gs://todo/todo' -OPPIA_VERSION = '3.4.1' +OPPIA_VERSION = '3.4.2' OPPIA_PYTHON_PACKAGE_PATH = './build/oppia-beam-job-%s.tar.gz' % OPPIA_VERSION # Committer id for system actions. The username for the system committer diff --git a/package.json b/package.json index 6224d9f88bb4..1a6ae5341752 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oppia", - "version": "3.4.1", + "version": "3.4.2", "description": "Oppia enables the creation of interactive online lessons.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"