Release 0.27.0

This commit is contained in:
Raul Marin
2019-06-03 12:51:25 +02:00
parent 362af5e6a0
commit 787b513715
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.26.1
EXTVERSION = 0.27.0
SED = sed
AWK = awk
@@ -96,6 +96,7 @@ UPGRADABLE = \
0.25.0 \
0.26.0 \
0.26.1 \
0.27.0 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@@ -1,4 +1,4 @@
0.27.0 (2019-05-31)
0.27.0 (2019-06-03)
* Fully qualify function calls
* Several improvements to bash tests.
* Avoid dropping publicuser in tests.