Skip to content

Commit 1a17f1a

Browse files
authored
Merge pull request #509 from zimingd/release-175
rolled version to 1.7.5
2 parents 9ce6646 + 02392e9 commit 1a17f1a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-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.7.4'
51+
version = '1.7.5'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.7.4'
53+
release = '1.7.5'
5454

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

release_notes/release-1.7.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Release Notes - Synapse Python Client - Version py-1.7
33
**Install Instructions:** `pip install --upgrade synapseclient` or see [http://docs.synapse.org/python/#installation](http://docs.synapse.org/python/#installation)
44
**Documentation:** [http://docs.synapse.org/python/](http://docs.synapse.org/python/)
55

6+
# Release 1.7.5
7+
8+
**Release Date:** 31-January-2018
9+
10+
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.
11+
12+
613
# Release 1.7.4
714

815
**Release Date:** 29-January-2018

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.7.4",
3+
"latestVersion":"1.7.5",
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)