Skip to content

Commit

Permalink
Release 0.2.68 (#10531)
Browse files Browse the repository at this point in the history
  • Loading branch information
jigold committed May 27, 2021
1 parent f19f0e9 commit 13190f0
Show file tree
Hide file tree
Showing 2 changed files with 4 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.1
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 67
HAIL_PATCH_VERSION := 68
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
ELASTIC_MAJOR_VERSION ?= 7
Expand Down
3 changes: 3 additions & 0 deletions hail/python/hailtop/batch/docs/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Change Log

**Version 0.2.68**
- Fixed copying a directory from GCS when using the ``LocalBackend``
- Fixed writing files to GCS when the bucket name starts with a "g" or an "s"
- Fixed the error "Argument list too long" when using the ``LocalBackend``
- Fixed an error where memory is set to None when using the ``LocalBackend``

**Version 0.2.66**

Expand Down

0 comments on commit 13190f0

Please sign in to comment.