Skip to content

Commit

Permalink
Release 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esloho committed Dec 30, 2019
1 parent 741d171 commit 076cacc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cartodb/Makefile

EXTENSION = cartodb
EXTVERSION = 0.34.0
EXTVERSION = 0.35.0

SED = sed
AWK = awk
Expand Down Expand Up @@ -107,6 +107,7 @@ UPGRADABLE = \
0.32.0 \
0.33.0 \
0.34.0 \
0.35.0 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 076cacc

Please sign in to comment.