Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Update change log for 0.16.2 #249

Merged
merged 2 commits into from
Jun 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Changes
=======

0.16.1
------
0.16.2 (2018-06-22)
-------------------
- Fix GeoJSON coordinates in directions (#243).
- Add missing comma in setup requirements list (#247).

0.16.1 (2018-06-01)
-------------------
- Python 2/3 bugfixes (#239)
- Add support for Maps v4 (#228).

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.16.1"
__version__ = "0.16.2"

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