This is an automated email from the ASF dual-hosted git repository. paleolimbot pushed a commit to branch maint-0.7.0 in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
commit bc5af51be9608776e3b580f3dc213319851faef6 Author: Dewey Dunnington <[email protected]> AuthorDate: Thu Jun 26 09:18:54 2025 -0500 chore: update versions for 0.7.0 --- CMakeLists.txt | 2 +- meson.build | 4 ++-- python/src/nanoarrow/_static_version.py | 2 +- r/DESCRIPTION | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91f62d3e..6ccfae9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ message(STATUS "Building using CMake version: ${CMAKE_VERSION}") cmake_minimum_required(VERSION 3.14) -set(NANOARROW_VERSION "0.7.0-SNAPSHOT") +set(NANOARROW_VERSION "0.7.0") string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" NANOARROW_BASE_VERSION "${NANOARROW_VERSION}") project(nanoarrow VERSION "${NANOARROW_BASE_VERSION}") diff --git a/meson.build b/meson.build index cbda1fd4..c1e39839 100644 --- a/meson.build +++ b/meson.build @@ -19,9 +19,9 @@ project( 'nanoarrow', 'c', 'cpp', - version: '0.7.0-SNAPSHOT', + version: '0.7.0'), license: 'Apache 2.0', - meson_version: '>=1.3.0', + meson_version: '0.7.0'), default_options: ['c_std=c99', 'warning_level=2', 'cpp_std=c++17'], ) diff --git a/python/src/nanoarrow/_static_version.py b/python/src/nanoarrow/_static_version.py index 0d715455..0f6c08e3 100644 --- a/python/src/nanoarrow/_static_version.py +++ b/python/src/nanoarrow/_static_version.py @@ -18,7 +18,7 @@ # This file is part of 'miniver': https://github.com/jbweston/miniver # Replaced by version-bumping scripts at release time -version = "0.7.0.dev0" +version = "0.7.0" # These values are only set if the distribution was created with 'git archive' refnames = "$Format:%D$" diff --git a/r/DESCRIPTION b/r/DESCRIPTION index fd18b0c9..b27b9e7d 100644 --- a/r/DESCRIPTION +++ b/r/DESCRIPTION @@ -1,6 +1,6 @@ Package: nanoarrow Title: Interface to the 'nanoarrow' 'C' Library -Version: 0.6.0.9000 +Version: 0.7.0 Authors@R: c( person(given = "Dewey", family = "Dunnington",
