From fba043e8328077b2865311729f0a24b2eb4667ca Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Wed, 17 Aug 2016 10:35:01 +0200 Subject: [PATCH] Update NEWS and default version for v0.3.0 --- NEWS.md | 5 +++++ src/pg/crankshaft.control | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e78a7e1..ad38d8a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +0.3.0 (2016-08-17) +------------------ +* Adds Voronoi function +* Fixes barycenter method in interpolation + 0.2.0 (2016-08-11) ------------------ * Adds Gravity Model diff --git a/src/pg/crankshaft.control b/src/pg/crankshaft.control index 6f48fdd..c561eda 100644 --- a/src/pg/crankshaft.control +++ b/src/pg/crankshaft.control @@ -1,5 +1,5 @@ comment = 'CartoDB Spatial Analysis extension' -default_version = '0.2.0' +default_version = '0.3.0' requires = 'plpythonu, postgis' superuser = true schema = cdb_crankshaft