Skip to content

Commit 540f6bf

Browse files
committed
Updates for the 1.1.0+p1 release
1 parent 6a6a769 commit 540f6bf

File tree

6 files changed

+255
-247
lines changed

6 files changed

+255
-247
lines changed

examples/example.parquet

-4 Bytes
Binary file not shown.

examples/example_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@
135135
}
136136
},
137137
"primary_column": "geometry",
138-
"version": "1.2.0-dev"
138+
"version": "1.1.0"
139139
}
140140
}

examples/example_metadata_point.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
}
1010
},
1111
"primary_column": "geometry",
12-
"version": "1.2.0-dev"
12+
"version": "1.1.0"
1313
}
1414
}

format-specs/geoparquet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
88

99
## Version and schema
1010

11-
This is version 1.2.0-dev of the GeoParquet specification. See the [JSON Schema](schema.json) to validate metadata for this version. See [Version Compatibility](#version-compatibility) for details on version compatibility guarantees.
11+
This is version 1.1.0 of the GeoParquet specification. See the [JSON Schema](schema.json) to validate metadata for this version. See [Version Compatibility](#version-compatibility) for details on version compatibility guarantees.
1212

1313
## Geometry columns
1414

format-specs/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"properties": {
88
"version": {
99
"type": "string",
10-
"const": "1.2.0-dev"
10+
"const": "1.1.0"
1111
},
1212
"primary_column": {
1313
"type": "string",

0 commit comments

Comments
 (0)