Skip to content

Commit

Permalink
changes, version update
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsam committed Mar 5, 2019
1 parent 8660460 commit 4cac56a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Changes
=======

0.17.2 (2019-11-30)
0.18.0 (2019-03-05)
-------------------
- Added support for bypass_mbtiles_validation flag in the Uploads API (#271)

0.17.2 (2018-11-30)
-------------------

Bug fixes:
Expand Down Expand Up @@ -41,7 +45,7 @@ New features:
- Added support for Directions v5 (#203).
- The Mapbox Distance API is no more and the distance module has been deleted
(#232). Users must use the DirectionsMatrix introduced in 0.15.
- Project documentation is now on Read the Docs:
- Project documentation is now on Read the Docs:
https://mapbox-mapbox.readthedocs-hosted.com/en/latest/.

0.15.1 (2018-01-16)
Expand Down
2 changes: 1 addition & 1 deletion mapbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# mapbox
__version__ = "0.17.2"
__version__ = "0.18.0"

from .services.datasets import Datasets
from .services.directions import Directions
Expand Down

0 comments on commit 4cac56a

Please sign in to comment.