From f791183f358d73dd2cf2bb3fa9bb05f62bb6f6e9 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Fri, 6 Dec 2024 07:12:35 -0700 Subject: [PATCH 1/2] Update version to 43.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1f291be9..28648906a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1288,7 +1288,7 @@ dependencies = [ [[package]] name = "datafusion-python" -version = "43.0.0" +version = "43.1.0" dependencies = [ "arrow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 703fc5a26..dac9a2035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "datafusion-python" -version = "43.0.0" +version = "43.1.0" homepage = "https://datafusion.apache.org/python" repository = "https://github.com/apache/datafusion-python" authors = ["Apache DataFusion "] From 997a66698016c0bfaaf3dc31e79d6ac52e3c1f70 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Fri, 6 Dec 2024 07:13:27 -0700 Subject: [PATCH 2/2] generate changelog --- dev/changelog/43.1.0.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 dev/changelog/43.1.0.md diff --git a/dev/changelog/43.1.0.md b/dev/changelog/43.1.0.md new file mode 100644 index 000000000..4f28be2bc --- /dev/null +++ b/dev/changelog/43.1.0.md @@ -0,0 +1,38 @@ + + +# Apache DataFusion Python 43.1.0 Changelog + +This release consists of 3 commits from 2 contributors. See credits at the end of this changelog for more information. + +**Other:** + +- chore: Prepare 43.0.0 Release [#960](https://github.com/apache/datafusion-python/pull/960) (andygrove) +- Search default window functions if no session context was provided [#963](https://github.com/apache/datafusion-python/pull/963) (timsaucer) + +## Credits + +Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor. + +``` + 2 Andy Grove + 1 Tim Saucer +``` + +Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.