From 79d056ce42863d9667b552f99bfb5f1c65ba9825 Mon Sep 17 00:00:00 2001 From: Dan Bailey <5251654+danrbailey@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:35:52 -0700 Subject: [PATCH] Bump to v12.0.1 (#1960) Signed-off-by: Dan Bailey --- CHANGES | 2 ++ CMakeLists.txt | 2 +- doc/changes.txt | 6 +++++- pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 41166b30d5..ca2d030a4e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ OpenVDB Version History ======================= +Version 12.0.1 - In development + Version 12.0.0 - October 31, 2024 OpenVDB is now licensed under the Apache 2.0 license, instead of the MPL 2.0 license. diff --git a/CMakeLists.txt b/CMakeLists.txt index 34df1309df..e17ee726b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ endif() set(OpenVDB_MAJOR_VERSION 12) set(OpenVDB_MINOR_VERSION 0) -set(OpenVDB_PATCH_VERSION 0) +set(OpenVDB_PATCH_VERSION 1) set(OpenVDB_VERSION "${OpenVDB_MAJOR_VERSION}.${OpenVDB_MINOR_VERSION}.${OpenVDB_PATCH_VERSION}") project(OpenVDB LANGUAGES CXX VERSION ${OpenVDB_VERSION}) diff --git a/doc/changes.txt b/doc/changes.txt index 11c40c0c1e..1ed11d5f11 100644 --- a/doc/changes.txt +++ b/doc/changes.txt @@ -2,7 +2,11 @@ @page changes Release Notes -@htmlonly @endhtmlonly +@htmlonly @endhtmlonly +@par +Version 12.0.1 - In development + +@htmlonly @endhtmlonly @par Version 12.0.0 - October 31, 2024 diff --git a/pyproject.toml b/pyproject.toml index ea644a7831..b42bcd5c80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "openvdb" -version = "12.0.0" +version = "12.0.1" description= "Python bindings for OpenVDB: sparse volume data structure and tools." dependencies = [ "numpy",