Increase version number to 0.32.0

This commit is contained in:
Esther Lozano
2019-11-08 13:09:45 +01:00
parent 70f1e00980
commit b1830e49af
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.31.0
EXTVERSION = 0.32.0
SED = sed
AWK = awk
@@ -104,6 +104,7 @@ UPGRADABLE = \
0.29.0 \
0.30.0 \
0.31.0 \
0.32.0 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@@ -1,4 +1,5 @@
0.32.0 (XXXX-XX-XX)
0.32.0 (2019-11-08)
* Fix oAuth ownership re-assignation for functions
* Some fixes for PG12.
* Make PG12 depend on plpython3u instead of plpythonu
* CDB_UserDataSize is now compatible with postgis 3 without postgis_raster.