#103 0.11.0 version

This commit is contained in:
Juan Ignacio Sánchez Lara 2015-09-21 12:54:14 +02:00
parent 458cbf2a80
commit 963f8ea97b
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.10.1
EXTVERSION = 0.11.0
SED = sed
@ -49,6 +49,7 @@ UPGRADABLE = \
0.9.4 \
0.10.0 \
0.10.1 \
0.11.0 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@ -1,5 +1,8 @@
next (2015-mm-dd)
-----------------
0.11.0 (2015-09-dd)
-------------------
* Groups API
0.10.1 (2015-09-16)