Skip to content

Commit

Permalink
Merge pull request #79 from mapbox/sgillies-patch-1
Browse files Browse the repository at this point in the history
1.0.3 release prep
  • Loading branch information
sgillies authored May 17, 2018
2 parents c97a28b + 68d73eb commit 107e753
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

1.0.3 (2018-05-08)
------------------

- Support a single zoom value passed to ``tiles()`` as advertised (#78).

1.0.2 (2018-05-08)
------------------

Expand Down
2 changes: 1 addition & 1 deletion mercantile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import math


__version__ = '1.0.2'
__version__ = '1.0.3'

__all__ = [
'Bbox', 'LngLat', 'LngLatBbox', 'Tile', 'bounding_tile', 'bounds',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
readme = f.read()

setup(name='mercantile',
version='1.0.2',
version='1.0.3',
description="Web mercator XYZ tile utilities",
long_description=readme,
classifiers=[
Expand Down

0 comments on commit 107e753

Please sign in to comment.