Skip to content

Commit

Permalink
Release 0.2.130.post1
Browse files Browse the repository at this point in the history
This patch version implements necessary changes for working with Variant
Datasets with haploid calls. 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)
  • Loading branch information
chrisvittal committed Aug 8, 2024
1 parent 50c1fd3 commit c69cd67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hail/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
2 changes: 1 addition & 1 deletion hail/version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c69cd67

Please sign in to comment.