From 02392e91c1432923b769edd6ae93b982f1c5be1a Mon Sep 17 00:00:00 2001 From: Ziming Dong Date: Wed, 31 Jan 2018 15:17:38 -0800 Subject: [PATCH] rolled version to 1.7.5 --- doc/conf.py | 4 ++-- release_notes/release-1.7.md | 7 +++++++ synapseclient/synapsePythonClient | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 26c2d8b65..58ab67043 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '1.7.4' +version = '1.7.5' # The full version, including alpha/beta/rc tags. -release = '1.7.4' +release = '1.7.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/release_notes/release-1.7.md b/release_notes/release-1.7.md index 5f6782f7f..528eb5eb9 100644 --- a/release_notes/release-1.7.md +++ b/release_notes/release-1.7.md @@ -3,6 +3,13 @@ Release Notes - Synapse Python Client - Version py-1.7 **Install Instructions:** `pip install --upgrade synapseclient` or see [http://docs.synapse.org/python/#installation](http://docs.synapse.org/python/#installation) **Documentation:** [http://docs.synapse.org/python/](http://docs.synapse.org/python/) +# Release 1.7.5 + +**Release Date:** 31-January-2018 + +v1.7.4 release was broken for new users that installed from pip. v1.7.5 has the same changes as v1.7.4 but fixes the pip installation. + + # Release 1.7.4 **Release Date:** 29-January-2018 diff --git a/synapseclient/synapsePythonClient b/synapseclient/synapsePythonClient index 2e7033d73..a0ee88933 100644 --- a/synapseclient/synapsePythonClient +++ b/synapseclient/synapsePythonClient @@ -1,6 +1,6 @@ { "client":"synapsePythonClient", - "latestVersion":"1.7.4", + "latestVersion":"1.7.5", "blacklist":["0.0.0", "0.4.1", "0.4.0", "0.3.0", "0.2.1", "0.2.0", "0.1.4"], "releaseNotes":"https://github.com/Sage-Bionetworks/synapsePythonClient/blob/master/release_notes/release-1.7.md" }