We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9368a7 commit 172f426Copy full SHA for 172f426
CHANGELOG
@@ -2,6 +2,11 @@
2
ChangeLog
3
*********
4
5
+0.20.1 (2017-03-02)
6
+===================
7
+- Fix: Cast OSF file size metadata to an int before comparing to our maximum supported file size
8
+limit. Some providers return file size as a string instead of int.
9
+
10
0.20.0 (2017-03-01)
11
===================
12
- The "(thanks, @johnetordoff!)" release
mfr/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '0.20.0'
+__version__ = '0.20.1'
__import__('pkg_resources').declare_namespace(__name__)
0 commit comments