We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741d171 commit 076caccCopy full SHA for 076cacc
Makefile
@@ -1,7 +1,7 @@
1
# cartodb/Makefile
2
3
EXTENSION = cartodb
4
-EXTVERSION = 0.34.0
+EXTVERSION = 0.35.0
5
6
SED = sed
7
AWK = awk
@@ -107,6 +107,7 @@ UPGRADABLE = \
107
0.32.0 \
108
0.33.0 \
109
0.34.0 \
110
+ 0.35.0 \
111
$(EXTVERSION)dev \
112
$(EXTVERSION)next \
113
$(END)
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`
0 commit comments