Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Sep 4, 2018
1 parent 1ada4ba commit 3d31e28
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Changes for v4.2.0 (2018-09-04)
===============================

- Synchronize access to Swagger definition

- Enable programmatic SwaggerClient host configuration (#142)

- Allow for directory and file extension in hca upload files command
(#174)

- Restrict Boto3 dependency version range to 1.7.x (#176). Pin
commonmark to 0.7.x.

- upload cli parallelization 5x improvement (#155)

- Add integration tests for SwaggerClient’s code generation methods
(#109)

- Help info for parameters appears in cli for upload and download
(#146)

Changes for v4.1.4 (2018-08-07)
===============================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="hca",
version="4.1.4",
version="4.2.0",
url='https://github.com/HumanCellAtlas/dcp-cli',
license='Apache Software License',
author='Human Cell Atlas contributors',
Expand Down

0 comments on commit 3d31e28

Please sign in to comment.