Merge tag '0.3.6' into cdb

Release 0.3.6
This commit is contained in:
Raul Ochoa 2014-08-11 16:39:20 +02:00
commit 41a2c7363e
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.3.5
EXTVERSION = 0.3.6
SED = sed
@ -25,6 +25,7 @@ UPGRADABLE = \
0.3.2 \
0.3.3 \
0.3.4 \
0.3.5 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

4
NEWS
View File

@ -1,3 +1,7 @@
0.3.6 (2014-08-11)
------------------
Dummy release to solve some issues with cdb branch/tag
0.3.5 (2014-08-11)
------------------
Inverting priority of CDB_CheckQuota qmax so gies more priority to existing user quota function over parameter value.