Skip to content

Commit d42c4b0

Browse files
authored
Release/2.4.2 (#372)
* Bump version to 2.4.2 * Update UI version to v1.3.3
1 parent 1807e38 commit d42c4b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP
1010
ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH
1111

1212
ARG UI_ENABLED="1"
13-
ARG UI_VERSION="v1.3.2"
13+
ARG UI_VERSION="v1.3.3"
1414
ENV UI_ENABLED=$UI_ENABLED
1515
ENV UI_VERSION=$UI_VERSION
1616

Dockerfile.ui_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.11.4-slim-bookworm
22

33
ARG UI_ENABLED="1"
4-
ARG UI_VERSION="v1.3.2"
4+
ARG UI_VERSION="v1.3.3"
55
ENV UI_ENABLED=$UI_ENABLED
66
ENV UI_VERSION=$UI_VERSION
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def open_and_read_if_exists(path: str):
2222

2323
setup(
2424
name="metadata_service",
25-
version="2.4.1",
25+
version="2.4.2",
2626
license="Apache License 2.0",
2727
description="Metadata Service: backend service for Metaflow",
2828
long_description=long_description,

0 commit comments

Comments
 (0)