Skip to content

Commit

Permalink
Develop on 1.2.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Jun 21, 2024
1 parent 540f6bf commit c8be776
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified examples/example.parquet
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/example_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@
}
},
"primary_column": "geometry",
"version": "1.1.0"
"version": "1.2.0-dev"
}
}
2 changes: 1 addition & 1 deletion examples/example_metadata_point.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
}
},
"primary_column": "geometry",
"version": "1.1.0"
"version": "1.2.0-dev"
}
}
2 changes: 1 addition & 1 deletion format-specs/geoparquet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S

## Version and schema

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.
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.

## Geometry columns

Expand Down
2 changes: 1 addition & 1 deletion format-specs/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"properties": {
"version": {
"type": "string",
"const": "1.1.0"
"const": "1.2.0-dev"
},
"primary_column": {
"type": "string",
Expand Down

0 comments on commit c8be776

Please sign in to comment.