Release version 0.16.3

Fixes overviews creation problem
This commit is contained in:
Javier Goizueta 2016-05-09 13:08:50 +02:00
parent d99dc394c2
commit f5f59be5b0
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.16.2 EXTVERSION = 0.16.3
SED = sed SED = sed
@ -69,6 +69,7 @@ UPGRADABLE = \
0.16.0 \ 0.16.0 \
0.16.1 \ 0.16.1 \
0.16.2 \ 0.16.2 \
0.16.3 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)

View File

@ -1,3 +1,10 @@
0.16.3 (2016-05-09)
-------------------
* Fix overview creation problem for organization users
with names that require quoting:
[#253](https://github.com/CartoDB/cartodb-postgresql/pull/253)
0.16.2 (2016-04-27) 0.16.2 (2016-04-27)
------------------- -------------------