Skip to content

Commit

Permalink
Merge pull request #509 from zimingd/release-175
Browse files Browse the repository at this point in the history
rolled version to 1.7.5
  • Loading branch information
zimingd committed Jan 31, 2018
2 parents 9ce6646 + 02392e9 commit 1a17f1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 7 additions & 0 deletions release_notes/release-1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion synapseclient/synapsePythonClient
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 1a17f1a

Please sign in to comment.