From ce62b647f85e59354b961f75eba623ea928efae8 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Wed, 8 Mar 2017 15:29:43 +0100 Subject: [PATCH] Update release notes --- NEWS.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 3a68fab..3417ac7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -March XX, 2017 -=================== -* Version XXXXXX of the server and version XXXXXX of the python library +March 8th, 2017 +=============== +* Version 0.22.0 of the server and version 0.14.0 of the python library * New optional configuration parameters for external services can be provided through `cdb_conf`: - In `heremaps_conf`, under `geocoder.service`: `json_url`, `connect_timeout`, `read_timeout`, `max_retries`, `gen` - In `heremaps_conf`, under `isolines.service`: `base_url`, `connect_timeout`, `read_timeout`, `max_retries`, `isoline_path` @@ -8,6 +8,7 @@ March XX, 2017 - In `mapzen_conf`, under `routing.service`: `base_url`, `connect_timeout`, `read_timeout` - In `mapzen_conf`, under `matrix.service`: `one_to_many_url`, `connect_timeout`, `read_timeout` - In `mapzen_conf`, under `isochrones.service`: `base_url`, `connect_timeout`, `read_timeout`, `max_retries` + * Strictly speaking, version 0.14.0 of the python library is not compatible with 0.13.0, but the changes are made on method signatures with default values that were not used from the PG extension. February 2st, 2017 ===================