Skip to content

Commit 6a9c43e

Browse files
committed
Updates for the 1.0.0-rc.1 release
1 parent 9628348 commit 6a9c43e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

examples/example.parquet

1 Byte
Binary file not shown.

examples/example_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@
115115
}
116116
},
117117
"primary_column": "geometry",
118-
"version": "1.0.0-dev"
118+
"version": "1.0.0-rc.1"
119119
}
120120
}

format-specs/geoparquet.md

Lines changed: 1 addition & 1 deletion
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.0.0-dev of the GeoParquet specification. See the [JSON Schema](schema.json) to validate metadata for this version.
11+
This is version 1.0.0-rc.1 of the GeoParquet specification. See the [JSON Schema](schema.json) to validate metadata for this version.
1212

1313
## Geometry columns
1414

format-specs/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"properties": {
88
"version": {
99
"type": "string",
10-
"const": "1.0.0-dev"
10+
"const": "1.0.0-rc.1"
1111
},
1212
"primary_column": {
1313
"type": "string",

0 commit comments

Comments
 (0)