This is an automated email from the ASF dual-hosted git repository. fanng pushed a commit to tag v0.8.0-incubating-rc2 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit d3d40db282d5173a8329dab4c7d653da66aee15e Author: Xiaojing Fang <fa...@apache.org> AuthorDate: Thu Jan 16 10:51:52 2025 +0000 Preparing Gravitino release v0.8.0-incubating-rc2 --- clients/client-python/setup.py | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py index 5858b0c3cf..c0c69e909d 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.8.1.dev0", + version="0.8.0", long_description=long_description, long_description_content_type="text/markdown", author="Apache Software Foundation", diff --git a/gradle.properties b/gradle.properties index dfd499c828..3b6f45b3be 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.8.1-incubating-SNAPSHOT +version = 0.8.0-incubating # sonatype credentials SONATYPE_USER = admin