Skip to content

Commit

Permalink
Merge tag '6.2.0' into develop
Browse files Browse the repository at this point in the history
6.2.0
  • Loading branch information
rajadain committed Jan 22, 2024
2 parents 82d7363 + 37135da commit a5b9085
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,10 @@ v6.1.0, 2021-07-20
* 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.

v6.2.0, 2024-01-22
------------------
* 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.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(fname):

setup(
name="python-omgeo",
version="6.0.4",
version="6.1.0",
description="Geocoding Library using ESRI, Google, Bing Maps, US Census, OpenStreetMap, Pelias, and MapQuest geocoders",
author="Azavea, Inc.",
author_email="info@azavea.com",
Expand Down

0 comments on commit a5b9085

Please sign in to comment.