diff --git a/Makefile b/Makefile index db9563c..98524ff 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/NEWS b/NEWS index 0512dab..1a6fa0a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.3.6 (2014-mm-dd) +------------------ + 0.3.5 (2014-08-11) ------------------ Inverting priority of CDB_CheckQuota qmax so gies more priority to existing user quota function over parameter value.