Skip to content

Commit 7760d6b

Browse files
committed
Release 0.23.1
1 parent 4515c85 commit 7760d6b

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.23.0
4+
EXTVERSION = 0.23.1
55

66
SED = sed
77
AWK = awk
@@ -89,6 +89,7 @@ UPGRADABLE = \
8989
0.22.1 \
9090
0.22.2 \
9191
0.23.0 \
92+
0.23.1 \
9293
$(EXTVERSION)dev \
9394
$(EXTVERSION)next \
9495
$(END)

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.23.1 (yyyy-mm-dd)
1+
0.23.1 (2018-07-19)
22
* Fix `CDB_EstimateRowCount` parallelizability #333
33

44
0.23.0 (2018-07-03)

0 commit comments

Comments
 (0)