Skip to content

Commit 025852c

Browse files
committed
v6.5.1
1 parent 22172e6 commit 025852c

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

Changes.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Changes for v6.5.1 (2019-11-26)
2+
===============================
3+
4+
Move and refactor broken hardlink tests Add TestCase that creates and
5+
uses a temp dir Set maxDiff for client tests Fix duplicate downloads
6+
(#450) Fix parallel download test to reveal linking bug Consolidate test
7+
code DSS Subscriptions: Callback Url (#492) Remove optional args from
8+
super calls Work around link limit for manifest download (#427) Refactor
9+
mocked call in test methods Rename test case Use proper configurations
10+
for csv reading/writing (#427) Remove outdated comment Prettify the
11+
contents of bundle.json (#444) Add API/CLI tutorial pages to Sphinx
12+
documentation (#472) Fix dss download docstring to use correct flags
13+
(#486) Fix documentation - remove extra periods between paragraphs
14+
(#460) Refresh session token when the jwt expires. (#446) update version
15+
number to revert #476 (#484) Fix import dependencies (#483) Reposition
16+
import. (#482) Fix version numbering (#476) change flags starting with -
17+
to start with – (#480) Fix sub-command description indentation in sphinx
18+
docs (#479) auto pagination (#465) update required python version to
19+
3.5+ (#459) Add Fusillade API client (#417)
20+
121
Changes for v6.5.0 (2019-10-21)
222
===============================
323

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="hca",
10-
version='6.5.0',
10+
version='6.5.1',
1111
url='https://github.com/HumanCellAtlas/dcp-cli',
1212
license='Apache Software License',
1313
author='Human Cell Atlas contributors',

0 commit comments

Comments
 (0)