From 54c03e6d1c402f1108c61ac1b06d47a14ae71302 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 14 Oct 2020 23:01:18 +0500 Subject: [PATCH] 3.2.1 release --- api/python/quilt3/VERSION | 2 +- docs/CHANGELOG.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/python/quilt3/VERSION b/api/python/quilt3/VERSION index 9f50aa949e0..e4604e3afd0 100644 --- a/api/python/quilt3/VERSION +++ b/api/python/quilt3/VERSION @@ -1 +1 @@ -3.2.1rc1 +3.2.1 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d129bcbf5e0..764b99a90ba 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,14 +7,14 @@ ## Catalog !--> -# 3.2.1rc1 - 2020-10-14 +# 3.2.1 - 2020-10-14 ## Python API -* [Performance] Improve performance of hashing of S3 files ([#1816](https://github.com/quiltdata/quilt/issues/1816), [#1788](https://github.com/quiltdata/quilt/issues/1788)) -* [Fixed] Bump a minimum required version of tqdm. Fixes a tqdm crash (`UnseekableStreamError`) during upload retry. ([#1853](https://github.com/quiltdata/quilt/issues/1853)) +* [Performance] 2X to 5X faster multi-threaded hashing of S3 objects ([#1816](https://github.com/quiltdata/quilt/issues/1816), [#1788](https://github.com/quiltdata/quilt/issues/1788)) +* [Fixed] Bump minimum required version of tqdm. Fixes a crash (`UnseekableStreamError`) during upload retry. ([#1853](https://github.com/quiltdata/quilt/issues/1853)) ## CLI -* [Added] Add `meta` argument to the push command ([#1793](https://github.com/quiltdata/quilt/issues/1793)) -* [Fixed] Fix a crash of `list-packages` command ([#1852](https://github.com/quiltdata/quilt/issues/1852)) +* [Added] Add `--meta` argument to `push` ([#1793](https://github.com/quiltdata/quilt/issues/1793)) +* [Fixed] Fix crash in `list-packages` ([#1852](https://github.com/quiltdata/quilt/issues/1852)) # 3.2.0 - 2020-09-08 - Package Registry Refactor ## Python: