diff --git a/Changes.rst b/Changes.rst index ef058293..04cc6dfb 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,12 @@ +Changes for v4.1.1 (2018-07-27) +=============================== + +- Update Google auth scopes to match new injected Google scope + +- Refetch DSS API definition weekly (#79) (#139) + +- Supply the required version to dss.upload (#135) + Changes for v4.0.0 (2018-06-20) =============================== diff --git a/setup.py b/setup.py index a8015956..c401b338 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hca", - version="4.1.0", + version="4.1.1", url='https://github.com/HumanCellAtlas/dcp-cli', license='Apache Software License', author='Human Cell Atlas contributors',