Skip to content

Commit 3b673ad

Browse files
committed
bump version & update changelog
1 parent 9f45746 commit 3b673ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

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

5+
0.21.0 (2017-04-07)
6+
===================
7+
- Feature: Turn on scrolling for the MFR iframe to support wide JASP files.
8+
- Fix: Fix rendering of Google Drawing (.gdraw) files by directing them to the image renderer
9+
rather than the unoconv renderer.
10+
511
0.20.1 (2017-03-02)
612
===================
713
- Fix: Cast OSF file size metadata to an int before comparing to our maximum supported file size

mfr/__init__.py

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

0 commit comments

Comments
 (0)