Skip to content

Commit

Permalink
Merge tag '0.16.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Sep 14, 2016
2 parents 757e7c3 + 36d0da2 commit 8113173
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
ChangeLog
*********

0.16.0 (2016-09-13)
===================
- Feature: MFR now does .sav conversion via pspp-convert instead of rpy2.
- Fix: Update ipython notebook renderer to use split-out nbconvert and nbformat libraries.

0.15.0 (2016-08-25)
===================
- Feature: add analytics to MFR requests. MFR now keeps track of requests, handlers, renderers,
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.15.0'
__version__ = '0.16.0'
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit 8113173

Please sign in to comment.