Skip to content

Commit a9ce503

Browse files
chore: trigger new Python release. (#64)
* chore: trigger new Python release. * Include next release in compatibility matrix. Co-authored-by: Kyle Barron <kylebarron2@gmail.com> --------- Co-authored-by: Kyle Barron <kylebarron2@gmail.com>
1 parent e2ddec8 commit a9ce503

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

python/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geodatafusion-python"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2024"
55
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
66
description = "Python bindings for geodatafusion, a geospatial extension to DataFusion"

python/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,12 @@ prints:
3838
| 1.0 |
3939
+-------------------------------------------+
4040
```
41+
42+
## Wheel / DataFusion compatibility
43+
44+
| Python Release | DataFusion Version |
45+
|----------------|-------------------|
46+
| v0.2.0 | 52.x |
47+
| v0.1.2 | 50.x |
48+
| v0.1.1 | 49.x |
49+
| v0.1.0 | 49.x |

0 commit comments

Comments
 (0)