From cc2066ea89df1f1d50a6cf4fbf8c8b7b9eb22191 Mon Sep 17 00:00:00 2001 From: Raul Marin Date: Mon, 3 Jun 2019 17:57:42 +0200 Subject: [PATCH] Release 0.27.1 --- Makefile | 3 ++- NEWS.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d77a4ad..410b71f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.27.0 +EXTVERSION = 0.27.1 SED = sed AWK = awk @@ -97,6 +97,7 @@ UPGRADABLE = \ 0.26.0 \ 0.26.1 \ 0.27.0 \ + 0.27.1 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index a09ad80..ab13e0a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +0.27.1 (2019-06-03) +* Add some qualifications that were left in the previous release. + 0.27.0 (2019-06-03) * Fully qualify function calls * Several improvements to bash tests.