Skip to content

Commit 54c03e6

Browse files
committed
3.2.1 release
1 parent 7941117 commit 54c03e6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

api/python/quilt3/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.1rc1
1+
3.2.1

docs/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
## Catalog
88
!-->
99

10-
# 3.2.1rc1 - 2020-10-14
10+
# 3.2.1 - 2020-10-14
1111
## Python API
12-
* [Performance] Improve performance of hashing of S3 files ([#1816](https://github.com/quiltdata/quilt/issues/1816), [#1788](https://github.com/quiltdata/quilt/issues/1788))
13-
* [Fixed] Bump a minimum required version of tqdm. Fixes a tqdm crash (`UnseekableStreamError`) during upload retry. ([#1853](https://github.com/quiltdata/quilt/issues/1853))
12+
* [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))
13+
* [Fixed] Bump minimum required version of tqdm. Fixes a crash (`UnseekableStreamError`) during upload retry. ([#1853](https://github.com/quiltdata/quilt/issues/1853))
1414

1515
## CLI
16-
* [Added] Add `meta` argument to the push command ([#1793](https://github.com/quiltdata/quilt/issues/1793))
17-
* [Fixed] Fix a crash of `list-packages` command ([#1852](https://github.com/quiltdata/quilt/issues/1852))
16+
* [Added] Add `--meta` argument to `push` ([#1793](https://github.com/quiltdata/quilt/issues/1793))
17+
* [Fixed] Fix crash in `list-packages` ([#1852](https://github.com/quiltdata/quilt/issues/1852))
1818

1919
# 3.2.0 - 2020-09-08 - Package Registry Refactor
2020
## Python:

0 commit comments

Comments
 (0)