Skip to content

Commit

Permalink
Merge tag '0.15.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Aug 30, 2016
2 parents 55c5ce5 + e95bbb7 commit d8df6e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
ChangeLog
*********

0.15.0 (2016-08-25)
===================
- Feature: add analytics to MFR requests. MFR now keeps track of requests, handlers, renderers,
and exporters, with more to come!
- Fix: Better error handling for a number of edge cases. (thanks, @TomBaxter!)
- Docs: many fixes to doc build, layout, and formatting. (thanks, @TomBaxter!)
- Docs: add overview of MFR architecture to docs

0.14.0 (2016-06-24)
===================
- Feature: The Dockerfile now sets up unoconv for you.
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.14.0'
__version__ = '0.15.0'
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit d8df6e2

Please sign in to comment.