Skip to content

Commit 076cacc

Browse files
committed
Release 0.35.0
1 parent 741d171 commit 076cacc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cartodb/Makefile
22

33
EXTENSION = cartodb
4-
EXTVERSION = 0.34.0
4+
EXTVERSION = 0.35.0
55

66
SED = sed
77
AWK = awk
@@ -107,6 +107,7 @@ UPGRADABLE = \
107107
0.32.0 \
108108
0.33.0 \
109109
0.34.0 \
110+
0.35.0 \
110111
$(EXTVERSION)dev \
111112
$(EXTVERSION)next \
112113
$(END)

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.35.0 (XXXX-XX-XX)
1+
0.35.0 (2019-12-30)
22
* Reapply the changes in 0.33.0 (the issue we were looking for was unrelated)
33
* Reapply `Make PG12 depend on plpython3u instead of plpythonu`
44
* Fix identifier quotation in `CDB_UserDataSize`

0 commit comments

Comments
 (0)