Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampierson committed Apr 24, 2019
1 parent 691afe2 commit b09b235
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Changes for v5.0.0 (2019-04-23)
===============================

Data Store
----------

- Raise error if duplicate file is present (fixes #298)
- Add download\_dir option (fixes #308)
- Create Version Method (#304)
- Handle bundle errors better; Fix test
- Download bundles concurrently (#287)

Upload
------

- Upload: covert Upload API to be object-based See classes
UploadService and UploadArea
- Expose the rest of the Upload API through UploadArea
- Handle special characters in filenames

Changes for v4.10.0 (2019-04-05)
================================

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.10.0",
version="5.0.0",
url='https://github.com/HumanCellAtlas/dcp-cli',
license='Apache Software License',
author='Human Cell Atlas contributors',
Expand Down

0 comments on commit b09b235

Please sign in to comment.