Merge pull request #514 from CartoDB/naming-fixes

Component change and versioning using more numbers
This commit is contained in:
Juan Ignacio Sánchez Lara
2018-08-20 10:17:17 +02:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -3,8 +3,8 @@
"current_version": {
"requires": {
"postgresql": "^10.0.0",
"postgis": "^2.4",
"cartodb-extension": "^0.23.0"
"postgis": "^2.4.0.0",
"carto_postgresql_ext": "^0.23.0"
},
"works_with": {
"dataservices-api-server-extension": "^0.32.0"

View File

@@ -3,8 +3,8 @@
"current_version": {
"requires": {
"postgresql": "^10.0.0",
"postgis": "^2.4",
"cartodb-postgresql": "^0.23.0"
"postgis": "^2.4.0.0",
"carto_postgresql_ext": "^0.23.0"
},
"works_with": {
"dataservices-api-server-python-lib": "^0.19.1",

View File

@@ -2,7 +2,7 @@
"name": "dataservices-api-server-python-lib",
"current_version": {
"requires": {
"python": "2.7"
"python": "~2.7.0"
}
}
}