Release 0.18.1

This commit is contained in:
Rafa de la Torre
2016-10-19 13:00:56 +02:00
parent 2080d6d422
commit 89b2999a80
2 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.18.0 EXTVERSION = 0.18.1
SED = sed SED = sed
@@ -74,6 +74,7 @@ UPGRADABLE = \
0.17.0 \ 0.17.0 \
0.17.1 \ 0.17.1 \
0.18.0 \ 0.18.0 \
0.18.1 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)

View File

@@ -1,3 +1,8 @@
0.18.1 (2016-10-19)
-------------------
* Increase analysis limit factor to 2 [#284](https://github.com/CartoDB/cartodb-postgresql/pull/284)
0.18.0 (2016-10-17) 0.18.0 (2016-10-17)
------------------- -------------------