From ed2bf08a805128e07eef4fb04a25d0fb021efde0 Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Fri, 22 Jun 2018 15:59:58 -0600 Subject: [PATCH] Update change log for 0.16.2 (#249) * Update change log for 0.16.2 * Update version --- CHANGES | 9 +++++++-- mapbox/__init__.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index f6884e2..09c0e08 100644 --- a/CHANGES +++ b/CHANGES @@ -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). diff --git a/mapbox/__init__.py b/mapbox/__init__.py index aa93a1d..a3449a5 100644 --- a/mapbox/__init__.py +++ b/mapbox/__init__.py @@ -1,5 +1,5 @@ # mapbox -__version__ = "0.16.1" +__version__ = "0.16.2" from .services.datasets import Datasets from .services.directions import Directions