Update version and news

This commit is contained in:
Rafa de la Torre
2015-08-19 19:42:29 +02:00
parent 5dd497bf20
commit 95c97a6b1c
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.9.0 EXTVERSION = 0.9.1
SED = sed SED = sed
@@ -43,6 +43,7 @@ UPGRADABLE = \
0.8.1 \ 0.8.1 \
0.8.2 \ 0.8.2 \
0.9.0 \ 0.9.0 \
0.9.1 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)
+4
View File
@@ -1,3 +1,7 @@
0.9.1 (2015-08-19)
------------------
* Fix for transformation to webmercator in corner cases [#116](https://github.com/CartoDB/cartodb-postgresql/issues/116)
0.9.0 (2015-08-19) 0.9.0 (2015-08-19)
------------------ ------------------
* Re-implementation of `CDB_CartodbfyTable` functions * Re-implementation of `CDB_CartodbfyTable` functions