From c3e7a66cb67711e5f49f1a60c1864eefebc3eec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Sat, 29 Nov 2025 13:49:29 +0100 Subject: [PATCH 1/2] Bump to 1.4.0-incubating-SNAPSHOT --- helm/polaris/Chart.yaml | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/polaris/Chart.yaml b/helm/polaris/Chart.yaml index d8c0cba280..a7c0501a41 100644 --- a/helm/polaris/Chart.yaml +++ b/helm/polaris/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 name: polaris description: A Helm chart for Apache Polaris (incubating) type: application -version: 1.2.0-incubating-SNAPSHOT -appVersion: 1.2.0-incubating-SNAPSHOT +version: 1.4.0-incubating-SNAPSHOT +appVersion: 1.4.0-incubating-SNAPSHOT home: https://polaris.apache.org/ icon: https://raw.githubusercontent.com/apache/polaris/main/site/static/img/logos/polaris-brandmark.png sources: diff --git a/version.txt b/version.txt index 6a07dc1b7a..ff155f1ea0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.3.0-incubating-SNAPSHOT +1.4.0-incubating-SNAPSHOT From c66c6ec3868cce6d85c8baeb57b9951b6caf5147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Mon, 15 Dec 2025 09:34:40 +0100 Subject: [PATCH 2/2] Update Python client version --- client/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index fe2f9adbc1..5e4ee8b4f6 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -19,7 +19,7 @@ [project] name = "apache-polaris" -version = "1.2.0" +version = "1.4.0" description = "Apache Polaris" authors = [ {name = "Apache Software Foundation", email = "dev@polaris.apache.org"}