New version 0.19.0

This commit is contained in:
Javier Goizueta 2017-04-11 11:22:20 +02:00
parent 4193ff3874
commit 2d473cf693
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.18.5 EXTVERSION = 0.19.0
SED = sed SED = sed
@ -79,6 +79,7 @@ UPGRADABLE = \
0.18.3 \ 0.18.3 \
0.18.4 \ 0.18.4 \
0.18.5 \ 0.18.5 \
0.19.0 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)

View File

@ -1,4 +1,4 @@
0.19.0 (2017-04-XX) 0.19.0 (2017-04-11)
* Add new function `CDB_EstimateRowCount` #295 * Add new function `CDB_EstimateRowCount` #295