From 2f9d6d7a697f3c3939f5a49ffe632f0ff1e7b7c8 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 17 Jun 2022 13:24:49 +0100 Subject: [PATCH] Bump version to 5.0.0a5 --- Changes.md | 4 ++-- build.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes.md b/Changes.md index c15ba2d088..9df69f7661 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,5 @@ -5.x.x (relative to 5.0.0a4) ------ +5.0.0a5 (relative to 5.0.0a4) +------- - Blosc : Updated to 1.21.1. - OpenVDB : Updated to version 9.1.0, and added `nanovdb`. diff --git a/build.py b/build.py index 3660d2de4e..34147366ff 100755 --- a/build.py +++ b/build.py @@ -14,7 +14,7 @@ import tarfile import zipfile -__version = "5.0.0a4" +__version = "5.0.0a5" """ Config file format