This is an automated email from the ASF dual-hosted git repository.

SteNicholas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 036f7f6  chore: bump version to 0.4.0 (#175)
036f7f6 is described below

commit 036f7f6aa49010619a1079e3eeb6f5aa0b533a7b
Author: Zhang Jiawei <[email protected]>
AuthorDate: Mon Aug 3 14:53:15 2026 +0800

    chore: bump version to 0.4.0 (#175)
---
 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 1122884..8e17bdd 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 6039001..46c7d20 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 4b4b778..1a4a644 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -114,7 +114,7 @@ html_sidebars = {
 # The master toctree document.
 master_doc = "index"
 
-version = "0.3.0"
+version = "0.4.0"
 
 html_theme_options = {
     "show_toc_level": 2,

Reply via email to