------------------ * Fix /findAddressCandidates calls for EsriWGS when using magicKey. They previously would provide an internal Loc_name field in the response which is no longer supplied, which broke the API. Making that field optional in our code fixes this.
6.1.0
------------------ * Populate match_region using RegionAbbr rather than Region from EsriWGS. For example, when using the EsriWGS geocoder, expect 'PA' rather than 'Pennsylvania' in match_region.
6.0.4
------------------ * Fix template string error in AttrListIncludes and AttrListExcludes __repr__
6.0.3
------------------ * Improve handling of different string types across Python versions
6.0.2
------------------ * Add classifier to setup.py to reflect Python 3 support