diff --git a/NEWS.md b/NEWS.md index 2c19570..e78a7e1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +0.2.0 (2016-08-11) +------------------ +* Adds Gravity Model + 0.1.0 (2016-06-29) ------------------ * Adds Spatial Markov function diff --git a/src/pg/crankshaft.control b/src/pg/crankshaft.control index 876fadc..6f48fdd 100644 --- a/src/pg/crankshaft.control +++ b/src/pg/crankshaft.control @@ -1,5 +1,5 @@ comment = 'CartoDB Spatial Analysis extension' -default_version = '0.1.0' +default_version = '0.2.0' requires = 'plpythonu, postgis' superuser = true schema = cdb_crankshaft