Fix None export
Release Notes
For: uc-cdis/sheepdog
Notes since tag: 4.0.0
Notes to tag/commit: 4.0.1
Generated: 2020-04-22
Bug Fixes
- When exporting entities as a tsv file Null values would have 'None' instead
of an empty string. This would cause an error when resubmitting. Fixed by
checking file format and making Null values an empty string when the format
is tsv. (#323) - Fix sheepdog X.0 integer handling (#322)
Dependency Updates
- pin cryptography 2.8 b/c of known bug with 2.9 (#324)