From 79e17e35746651504d5895117a7b5991be0ce6cd Mon Sep 17 00:00:00 2001 From: Sakari Ikonen <64256562+saikonen@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:24:55 +0200 Subject: [PATCH] Release/2.4.8 (#415) * bump version to 2.4.8 * bump pinned UI to 1.3.10 --- Dockerfile | 2 +- Dockerfile.ui_service | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e99d479b..964d0917 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH ARG UI_ENABLED="1" -ARG UI_VERSION="v1.3.9" +ARG UI_VERSION="v1.3.10" ENV UI_ENABLED=$UI_ENABLED ENV UI_VERSION=$UI_VERSION diff --git a/Dockerfile.ui_service b/Dockerfile.ui_service index 63f9bcb0..d4ed0381 100644 --- a/Dockerfile.ui_service +++ b/Dockerfile.ui_service @@ -1,7 +1,7 @@ FROM python:3.11.6-bookworm ARG UI_ENABLED="1" -ARG UI_VERSION="v1.3.9" +ARG UI_VERSION="v1.3.10" ENV UI_ENABLED=$UI_ENABLED ENV UI_VERSION=$UI_VERSION diff --git a/setup.py b/setup.py index 51864064..7f2c1b6c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def open_and_read_if_exists(path: str): setup( name="metadata_service", - version="2.4.7", + version="2.4.8", license="Apache License 2.0", description="Metadata Service: backend service for Metaflow", long_description=long_description,