Skip to content

Commit

Permalink
Merge tag '0.25.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Apr 25, 2018
2 parents 3a955ac + fbe2cca commit f4a5cd2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
ChangeLog
*********

0.25.5 (2018-04-25)
===================
- Fix: Upgrade WaterButler dependency to take advantage of the new Google Cloud Storage provider.

0.25.4 (2018-04-06)
===================
- Fix: When no exporter exists for the given extension, throw the "No supported exporter" error,
Expand Down
2 changes: 1 addition & 1 deletion mfr/providers/osf/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async def download(self):
response = await aiohttp.request('GET', response.headers['location'])
self.metrics.add('download.saw_redirect', True)

return streams.ResponseStreamReader(response, unsizable=True)
return streams.ResponseStreamReader(response)

async def _fetch_download_url(self):
"""Provider needs a WaterButler URL to download and get metadata. If ``url`` is already
Expand Down
2 changes: 1 addition & 1 deletion mfr/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.25.4'
__version__ = '0.25.5'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stevedore==1.2.0
tornado==4.3

# WaterButler
git+https://github.com/CenterForOpenScience/waterbutler.git@0.19.0#egg=waterbutler
git+https://github.com/CenterForOpenScience/waterbutler.git@0.38.6#egg=waterbutler
agent==0.1.2

# CodePygments
Expand Down

0 comments on commit f4a5cd2

Please sign in to comment.