Skip to content

Commit

Permalink
Merge tag 'v4.0.0' into develop
Browse files Browse the repository at this point in the history
v4.0.0
  • Loading branch information
Hector Castro committed Aug 15, 2017
2 parents 7050e95 + 3067289 commit 363ff86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,8 @@ v3.0.0, 2017-08-03
* Remove unsupported EsriNA and EsriEU services
* Add authentication settings for the EsriWGS service
* Add for_storage option for the EsriWGS service

v4.0.0, 2017-08-15
------------------
* Remove EsriWGSSSL service
* Use HTTPS instead of HTTP for EsriWGS service
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name="python-omgeo",
version="3.0.0",
version="4.0.0",
description="Geocoding Library using ESRI, Bing Maps, and MapQuest geocoders",
author="Azavea, Inc.",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# built documents.
#
# The short X.Y version.
version = '3.0.0'
version = '4.0.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 363ff86

Please sign in to comment.