From 0dc953cf55832e9bcccce17dad77e0b6625a145e Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 22 Mar 2024 09:00:14 +0000 Subject: [PATCH] Bump version to 8.0.0a9 --- Changes.md | 7 ++++++- build.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 0912d1057c..bdf320b7ef 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -8.0.0 alpha x (relative to 8.0.0 alpha 8) +8.0.0 alpha x (relative to 8.0.0 alpha 9) +------------- + + + +8.0.0 alpha 9 (relative to 8.0.0 alpha 8) ------------- - OpenEXR : Applied patches from the following pull requests : diff --git a/build.py b/build.py index 10243759e7..c6bad273c0 100755 --- a/build.py +++ b/build.py @@ -14,7 +14,7 @@ import tarfile import zipfile -__version = "8.0.0a8" +__version = "8.0.0a9" """ Config file format