Version bumps

This commit is contained in:
Javier Torres 2018-12-24 17:21:56 +01:00
parent e2c0a63803
commit 370272f6c4
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Dec 27th, 2018
==============
* Version `0.35.1` of the server extension and `0.26.1` of the client
* Now the bulk geocoder returns `Point` geometries instead of MultiPolygons (#538)
Nov 30th, 2018 Nov 30th, 2018
============== ==============
* Version `0.35.0` of the server extension * Version `0.35.0` of the server extension

View File

@ -7,7 +7,7 @@
"carto_postgresql_ext": "^0.23.0" "carto_postgresql_ext": "^0.23.0"
}, },
"works_with": { "works_with": {
"dataservices-api-server-extension": "^0.32.0" "dataservices-api-server-extension": "^0.35.1"
} }
} }
} }

View File

@ -1,5 +1,5 @@
comment = 'CartoDB dataservices client API extension' comment = 'CartoDB dataservices client API extension'
default_version = '0.26.0' default_version = '0.26.1'
requires = 'plproxy, cartodb' requires = 'plproxy, cartodb'
superuser = true superuser = true
schema = cdb_dataservices_client schema = cdb_dataservices_client

View File

@ -1,5 +1,5 @@
comment = 'CartoDB dataservices server extension' comment = 'CartoDB dataservices server extension'
default_version = '0.35.0' default_version = '0.35.1'
requires = 'plpythonu, plproxy, postgis, cdb_geocoder' requires = 'plpythonu, plproxy, postgis, cdb_geocoder'
superuser = true superuser = true
schema = cdb_dataservices_server schema = cdb_dataservices_server