Skip to content

Commit 8f5d502

Browse files
committed
Merge tag '0.17.0' into develop
2 parents 0329595 + e80a48d commit 8f5d502

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
ChangeLog
33
*********
44

5+
0.17.0 (2016-10-11)
6+
===================
7+
- Feature: WaterButler accepts configuration from the environment, overriding any file-based
8+
configuration. This helps MFR integrate nicer in a docker-compose environment. (thanks, @icereval!)
9+
- Fix: Fix pdf presentation mode on Safari. (thanks, @darioncassel!)
10+
- Fix: Fix aiohttp crashing on gzipped HEAD requests.
11+
- Fix: Fix incorrect WB API usage metrics.
12+
- Code: Bump raven dependency to 5.27.0.
13+
514
0.16.0 (2016-09-13)
615
===================
716
- Feature: MFR now does .sav conversion via pspp-convert instead of rpy2.

mfr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.16.0'
1+
__version__ = '0.17.0'
22
__import__('pkg_resources').declare_namespace(__name__)

0 commit comments

Comments
 (0)