Skip to content

Commit

Permalink
Release 0.2.87 (#11430)
Browse files Browse the repository at this point in the history
* Bump patch version

* Updated change log
  • Loading branch information
johnc1231 committed Feb 28, 2022
1 parent 0cc2e38 commit c1c176c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
SCALA_VERSION ?= 2.12.13
SPARK_VERSION ?= 3.1.2
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 86
HAIL_PATCH_VERSION := 87
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
ELASTIC_MAJOR_VERSION ?= 7
Expand Down
11 changes: 11 additions & 0 deletions hail/python/hail/docs/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ Please note that **forward compatibility should not be expected, especially
relating to file formats**: this means that it may not be possible to use
an earlier version of Hail to read files written in a later version.


---

## Version 0.2.87

Release 2022-02-28

### Bug fixes

- (hail#11401) Fixed bug where `from_pandas` didn't support missing strings.

---

## Version 0.2.86
Expand Down

0 comments on commit c1c176c

Please sign in to comment.