diff --git a/api/python/quilt3/VERSION b/api/python/quilt3/VERSION index 673cb180400..9a230733aa2 100644 --- a/api/python/quilt3/VERSION +++ b/api/python/quilt3/VERSION @@ -1 +1 @@ -6.0.0a3 +6.0.0a4 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a27dc5ee408..c752a425337 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -14,7 +14,7 @@ Entries inside each section should be ordered by type: ## Catalog, Lambdas !--> -# unreleased - YYYY-MM-DD +# 6.0.0a4 - 2024-06-18 ## Python API * [Added] New `quilt3.admin` API with more features (requires 1.53+ stack) ([#3990](https://github.com/quiltdata/quilt/pull/3990)) @@ -23,8 +23,6 @@ Entries inside each section should be ordered by type: * [Fixed] If upload optimization during `push()` succeeds the checksum is calculated from local file instead of remote file ([#3968](https://github.com/quiltdata/quilt/pull/3968)) * [Changed] Upload optimization check now tries to use S3 SHA-256 checksum and falls back to ETag ([#3968](https://github.com/quiltdata/quilt/pull/3968)) -## CLI - ## Catalog, Lambdas * [Changed] Use promises for URLs in IGV to have fresh signing each time they used ([#3979](https://github.com/quiltdata/quilt/pull/3979))