Skip to content

Commit bc39908

Browse files
authored
Update release-1.7.1.md
1 parent c1bbfcb commit bc39908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release_notes/release-1.7.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release Notes - Synapse Python Client - Version py-1.7
22

3-
**Release Date:** 16-June-2017
3+
**Release Date:** 17-June-2017
44
**Install Instructions:** `pip install --upgrade synapseclient` or see [http://docs.synapse.org/python/#installation](http://docs.synapse.org/python/#installation)
55
**Documentation:** [http://docs.synapse.org/python/](http://docs.synapse.org/python/)
66

@@ -9,7 +9,7 @@ Release 1.7 is a large bugfix release with several new features. The main ones i
99
* Bulk upload files to synapse (synapseutils.syncToSynapse).
1010
* Notify you via email on the progress of a function (useful for jobs like large file uploads that may take a long time to complete).
1111
* The syncFromSynapse function now creates a "manifest" which contains the metadata of downloaded files. (These can also be used to update metadata with the bulk upload function.
12-
* File View tables can now be created from the python client using EntityViewSchema see [http://docs.synapse.org/articles/fileviews.html](fileviews documentation).
12+
* File View tables can now be created from the python client using EntityViewSchema. See [fileviews documentation](http://docs.synapse.org/articles/fileviews.html).
1313
* The python client is now able to upload to user owned S3 Buckets. [Click here for instructions on linking your S3 bucket to synapse](http://docs.synapse.org/articles/custom_storage_location.html)
1414

1515
We've also made vairous improvements to existing features:

0 commit comments

Comments
 (0)