diff --git a/Makefile b/Makefile index 1d53d14..c6f9f95 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.34.0 +EXTVERSION = 0.35.0 SED = sed AWK = awk @@ -107,6 +107,7 @@ UPGRADABLE = \ 0.32.0 \ 0.33.0 \ 0.34.0 \ + 0.35.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index b752422..31a1901 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -0.35.0 (XXXX-XX-XX) +0.35.0 (2019-12-30) * Reapply the changes in 0.33.0 (the issue we were looking for was unrelated) * Reapply `Make PG12 depend on plpython3u instead of plpythonu` * Fix identifier quotation in `CDB_UserDataSize`