Skip to content

Commit

Permalink
Merge tag '0.17.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Oct 11, 2016
2 parents 0329595 + e80a48d commit 8f5d502
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
ChangeLog
*********

0.17.0 (2016-10-11)
===================
- Feature: WaterButler accepts configuration from the environment, overriding any file-based
configuration. This helps MFR integrate nicer in a docker-compose environment. (thanks, @icereval!)
- Fix: Fix pdf presentation mode on Safari. (thanks, @darioncassel!)
- Fix: Fix aiohttp crashing on gzipped HEAD requests.
- Fix: Fix incorrect WB API usage metrics.
- Code: Bump raven dependency to 5.27.0.

0.16.0 (2016-09-13)
===================
- Feature: MFR now does .sav conversion via pspp-convert instead of rpy2.
Expand Down
2 changes: 1 addition & 1 deletion mfr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.16.0'
__version__ = '0.17.0'
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit 8f5d502

Please sign in to comment.