From 2e665a56b4a7dbc3bd8e3d91ac18b52bb932663c Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Fri, 21 Jun 2019 09:19:04 +0200 Subject: [PATCH] release 0.27.2 --- Makefile | 3 ++- NEWS.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 410b71f..330033f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.27.1 +EXTVERSION = 0.27.2 SED = sed AWK = awk @@ -98,6 +98,7 @@ UPGRADABLE = \ 0.26.1 \ 0.27.0 \ 0.27.1 \ + 0.27.2 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index ab13e0a..10e9aef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +0.27.2 (2019-06-21) +* Improvements and fixes in Ghost tables functions (#360) + 0.27.1 (2019-06-03) * Add some qualifications that were left in the previous release.