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