This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to tag v0.9.0-incubating-rc3 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 6ce775a8f9f0b891c0ddde9afb8d37e8d8ecbcab Author: rory <[email protected]> AuthorDate: Thu Apr 24 13:40:01 2025 +0000 Preparing Gravitino release v0.9.0-incubating-rc3 --- clients/client-python/setup.py | 2 +- clients/filesystem-fuse/Cargo.toml | 2 +- dev/charts/gravitino/Chart.yaml | 4 ++-- gradle.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py index 8f5589ab14..fdf2fe9526 100644 --- a/clients/client-python/setup.py +++ b/clients/client-python/setup.py @@ -27,7 +27,7 @@ except FileNotFoundError: setup( name="apache-gravitino", description="Python lib/client for Apache Gravitino", - version="0.9.1.dev0", + version="0.9.0", long_description=long_description, long_description_content_type="text/markdown", author="Apache Software Foundation", diff --git a/clients/filesystem-fuse/Cargo.toml b/clients/filesystem-fuse/Cargo.toml index d7089cf1bb..2dd7e8802b 100644 --- a/clients/filesystem-fuse/Cargo.toml +++ b/clients/filesystem-fuse/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "filesystem-fuse" -version = "0.9.1-incubating-SNAPSHOT" +version = "0.9.0-incubating" rust-version = "1.75" edition = "2021" diff --git a/dev/charts/gravitino/Chart.yaml b/dev/charts/gravitino/Chart.yaml index 811083a62d..e18c9e16b4 100644 --- a/dev/charts/gravitino/Chart.yaml +++ b/dev/charts/gravitino/Chart.yaml @@ -17,7 +17,7 @@ # under the License. # apiVersion: v2 -appVersion: 0.9.0-incubating-SNAPSHOT +appVersion: 0.9.0-incubating description: Apache Gravitino is a high-performance, geo-distributed, and federated metadata lake. It manages the metadata directly in different sources, types, and regions. It also provides users with unified metadata access for data and AI assets. home: https://gravitino.apache.org annotations: @@ -35,4 +35,4 @@ maintainers: name: gravitino sources: - https://github.com/apache/gravitino -version: 0.9.0 +version: 0.9.1 diff --git a/gradle.properties b/gradle.properties index cf04ebe38d..8a76e96468 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ org.gradle.caching=true org.gradle.jvmargs=-Xmx4g # version that is going to be updated automatically by releases -version = 0.9.1-incubating-SNAPSHOT +version = 0.9.0-incubating # sonatype credentials SONATYPE_USER = admin
