From 61bdb3860bb027fde0cecefa350c5d9d6952a9c4 Mon Sep 17 00:00:00 2001 From: Christopher Vittal Date: Tue, 30 Jul 2024 12:52:27 -0400 Subject: [PATCH] Release 0.2.130.post1 This patch version implements necessary changes for working with Variant Datasets with haploid calls, as well as one critical correctness bug, the substantial backports are: - [vds/combiner] Stop dropping GT in reference data during gvcf import (#14560) - [vds/combiner] Fix truncation of PL in GVCF import with haploid calls (#14577) --- hail/build.sc | 2 +- hail/version.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hail/build.sc b/hail/build.sc index 62c37c6553ee..82c446a4bed3 100644 --- a/hail/build.sc +++ b/hail/build.sc @@ -12,7 +12,7 @@ import mill.util.Jvm object Settings { val hailMajorMinorVersion = "0.2" - val hailPatchVersion = "130" + val hailPatchVersion = "130.post1" } /** Update the millw script. */ diff --git a/hail/version.mk b/hail/version.mk index 0e7b962fee12..75ca5c5bdec5 100644 --- a/hail/version.mk +++ b/hail/version.mk @@ -16,7 +16,7 @@ endif SCALA_VERSION ?= 2.12.18 SPARK_VERSION ?= 3.3.2 HAIL_MAJOR_MINOR_VERSION := 0.2 -HAIL_PATCH_VERSION := 130 +HAIL_PATCH_VERSION := 130.post1 HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION) HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION) ELASTIC_MAJOR_VERSION ?= 7