Skip to content

Commit

Permalink
Merge pull request #540 from Sage-Bionetworks/develop
Browse files Browse the repository at this point in the history
release 1.8.1 develop to master
  • Loading branch information
zimingd authored May 8, 2018
2 parents 3f9e4df + 6bddd4d commit 5593257
Show file tree
Hide file tree
Showing 3 changed files with 20 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.8.0'
version = '1.8.1'
# The full version, including alpha/beta/rc tags.
release = '1.8.0'
release = '1.8.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
17 changes: 17 additions & 0 deletions release_notes/release-1.8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Release notes - Synapse Python Client - Version 1.8.1

**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 Date:** 7-May-2018


--------------------------------------------------

This release is a hotfix for a bug.
Please refer to 1.8.0 release notes for information about additional changes.

Bug
---

* \[[SYNPY-706](https://sagebionetworks.jira.com/browse/SYNPY-706)\] \- syn.username can cause attribute not found if user not logged in
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.8.0",
"latestVersion":"1.8.1",
"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 5593257

Please sign in to comment.