Skip to content

Commit

Permalink
Merge tag '0.14.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Jun 24, 2016
2 parents 97d8e4c + 2e01df8 commit 155f331
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
ChangeLog
*********

0.14.0 (2016-06-24)
===================
- Feature: The Dockerfile now sets up unoconv for you.
- Fix: Character encodings for text files are now detected with the chardet library. Inspired
by a file that was both valid ISO-8859-1 and UTF-16 at the same time.

0.13.0 (2016-06-17)
===================
- Avoid an unnecessary lookup when MFR's OSF provider gets a WaterButler V1 url for
Expand All @@ -14,7 +20,7 @@ downloading. (thanks, @pattisdr!)

0.12.2 (2016-06-13)
===================
- Add a Dockerfile to simplify runninf MFR in dev environments.
- Add a Dockerfile to simplify running MFR in dev environments.
- Pin invoke to v0.11.1. Our tasks.py is incompatible with v0.13.

0.12.1 (2016-05-31)
Expand All @@ -24,7 +30,7 @@ downloading. (thanks, @pattisdr!)
0.12.0 (2016-05-24)
===================
- MFR now requires python-3.5! Make sure to set the SERVER_DEBUG flag to false in your server
config to avoid the hated "throw() takes 2 positional arguments but 4 were given" error.
config to avoid the hated "throw() takes 2 positional arguments but 4 were given" error.
- Tabular files now sort numish columns numerically! (thanks, @mfraezz!)
- MFR correctly sets the Access-Control-Allow-Origin header when it receives a request with
an Authorization header but no cookie. IOW it can now be used outside the OSF! (thanks,
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.13.0'
__version__ = '0.14.0'
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit 155f331

Please sign in to comment.