Version bumps
This commit is contained in:
parent
e2c0a63803
commit
370272f6c4
5
NEWS.md
5
NEWS.md
@ -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
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user