Skip to content

Commit

Permalink
Bump to v12.0.1 (AcademySoftwareFoundation#1960)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bailey <[email protected]>
  • Loading branch information
danrbailey authored Nov 1, 2024
1 parent 78135f5 commit 79d056c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
6 changes: 5 additions & 1 deletion doc/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

@page changes Release Notes

@htmlonly <a name="v12_0_0_changes"></a>@endhtmlonly
@htmlonly <a name="v12_0_1_changes"></a>@endhtmlonly
@par
<B>Version 12.0.1</B> - <I>In development</I>

@htmlonly <a name="v1_changes"></a>@endhtmlonly
@par
<B>Version 12.0.0</B> - <I>October 31, 2024</I>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 79d056c

Please sign in to comment.