TigerShark
TigerShark copied to clipboard
Minor fix for parsing empty D8
Minor patch for converting zero-length strings to python values in D8
elements (dates).
Previous behavior raised a ValueError
trying to convert ''
to an int, then to a datetime.date
- now returns None
.
This now matches the existing behavior for DR
elements (datetime values).
Updated __version__
and added a note to README.MD
to bump to 0.3.5