From e8d699276ea4006c697c89927344840ba670cbb6 Mon Sep 17 00:00:00 2001 From: "jinli.zjw" Date: Mon, 3 Aug 2026 14:13:46 +0800 Subject: [PATCH] chore: bump version to 0.4.0 --- CMakeLists.txt | 2 +- docs/source/_static/versions.json | 4 ++-- docs/source/conf.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1122884b..8e17bdda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ if(NOT CMAKE_BUILD_TYPE) endif() project(paimon - VERSION 0.3.0 + VERSION 0.4.0 DESCRIPTION "Paimon C++ Project") string(TOUPPER "${CMAKE_BUILD_TYPE}" UPPERCASE_BUILD_TYPE) diff --git a/docs/source/_static/versions.json b/docs/source/_static/versions.json index 60390019..46c7d200 100644 --- a/docs/source/_static/versions.json +++ b/docs/source/_static/versions.json @@ -1,7 +1,7 @@ [ { - "name": "0.3.0", - "version": "0.3.0", + "name": "0.4.0", + "version": "0.4.0", "url": "https://paimon.apache.org/docs/cpp/" } ] diff --git a/docs/source/conf.py b/docs/source/conf.py index 4b4b7782..1a4a6444 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -114,7 +114,7 @@ # The master toctree document. master_doc = "index" -version = "0.3.0" +version = "0.4.0" html_theme_options = { "show_toc_level": 2,