From 371d84ea0cc69ef194f209844a2109a8090c7b03 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Mon, 29 Jun 2015 12:09:35 +0200 Subject: [PATCH] Update Makefile and NEWS.md for new version --- Makefile | 3 ++- NEWS.md | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d74f9b1..6e106a9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.7.3 +EXTVERSION = 0.7.4 SED = sed @@ -37,6 +37,7 @@ UPGRADABLE = \ 0.7.0 \ 0.7.1 \ 0.7.2 \ + 0.7.3 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 4b84730..e96537b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +0.7.4 (2015-06-29) +------------------ +* Adds new function CDB_QueryTablesText that can deal with "schema.table_name" + longer than 63 chars. +* Adds a set of statistical functions: + - CDB_DistType + - CDB_DistinctMeasure + - CDB_EqualIntervalBins + 0.7.3 (2015-03-03) ------------------ * Fix upgrade of CDB_StringToDate function