From 72b5b3283b92d5ff8c31a4a395b7ad3fe8b093fd Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Fri, 20 Sep 2024 23:43:46 +0200 Subject: [PATCH] bump version to 7.0.5 --- Changelog.md | 4 ++++ doc/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index e25145a..d623f3e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## 7.0.5 + +- Updated Rust dependencies + ## 7.0.1-4 - Build wheel for MacOS 13 x86 diff --git a/doc/source/conf.py b/doc/source/conf.py index 3c335d1..2d0a38f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ author = "Markus Klein" # The full version, including alpha/beta/rc tags -release = "7.0.4" +release = "7.0.5" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d917d24..7f11d71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ name = "arrow-odbc" authors = [{name = "Markus Klein"}] description="Read the data of an ODBC data source as sequence of Apache Arrow record batches." readme = "README.md" -version = "7.0.4" +version = "7.0.5" dependencies = ["cffi", "pyarrow >= 8.0.0"] [project.license]