v0.3.3
Fix bug parsing negative latest year
- fix
latest_year
with values such as "-0100", which were parsing out to 100 instead of -100
Treat long hyphen char as regular hyphen
1230—1239
has a long hyphen char (as opposed to1230-1239
); treat long hyphen as hyphen for parsing out latest year.