Skip to content

Commit 5593257

Browse files
authored
Merge pull request #540 from Sage-Bionetworks/develop
release 1.8.1 develop to master
2 parents 3f9e4df + 6bddd4d commit 5593257

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.8.0'
51+
version = '1.8.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.8.0'
53+
release = '1.8.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

release_notes/release-1.8.1.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Release notes - Synapse Python Client - Version 1.8.1
2+
3+
**Install Instructions:** `pip install --upgrade synapseclient` or see [http://docs.synapse.org/python/#installation](http://docs.synapse.org/python/#installation)
4+
**Documentation:** [http://docs.synapse.org/python/](http://docs.synapse.org/python/)
5+
6+
**Release Date:** 7-May-2018
7+
8+
9+
--------------------------------------------------
10+
11+
This release is a hotfix for a bug.
12+
Please refer to 1.8.0 release notes for information about additional changes.
13+
14+
Bug
15+
---
16+
17+
* \[[SYNPY-706](https://sagebionetworks.jira.com/browse/SYNPY-706)\] \- syn.username can cause attribute not found if user not logged in

synapseclient/synapsePythonClient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"client":"synapsePythonClient",
3-
"latestVersion":"1.8.0",
3+
"latestVersion":"1.8.1",
44
"blacklist":["0.0.0", "0.4.1", "0.4.0", "0.3.0", "0.2.1", "0.2.0", "0.1.4"],
55
"releaseNotes":"https://github.com/Sage-Bionetworks/synapsePythonClient/blob/master/release_notes/release-1.7.md"
66
}

0 commit comments

Comments
 (0)