Skip to content

Commit 172f426

Browse files
committed
bump version & update changelog
1 parent a9368a7 commit 172f426

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

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

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+
510
0.20.0 (2017-03-01)
611
===================
712
- The "(thanks, @johnetordoff!)" release

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.0'
1+
__version__ = '0.20.1'
22
__import__('pkg_resources').declare_namespace(__name__)

0 commit comments

Comments
 (0)