From 1b8d91de0e58c4b79171b1ffc2ed89423b7e979a Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Tue, 18 Jun 2024 10:22:48 +0400 Subject: [PATCH] Quilt3 v6.0.0a4 (#4007) --- api/python/quilt3/VERSION | 2 +- docs/CHANGELOG.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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))