From d3a30ebeff0d01f9d58fa5db9e3302052036d182 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 29 May 2024 09:02:34 +0200 Subject: [PATCH] bump version to 7.0.3 --- .github/workflows/wheel.yml | 2 +- Changelog.md | 2 +- doc/source/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index ad8a44d..67334f5 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -32,7 +32,7 @@ jobs: twine upload --skip-existing -u __token__ -p "${{ secrets.PYPI_API_TOKEN }}" dist/* macos-x86-wheel: - runs-on: macos_x86_wheel + runs-on: osx_13_x86 steps: - uses: actions/checkout@v4 - name: Set up Python diff --git a/Changelog.md b/Changelog.md index c0e4387..b1063f0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## 7.0.1-2 +## 7.0.1-3 - Build wheel for MacOS 13 x86 diff --git a/doc/source/conf.py b/doc/source/conf.py index acef5a9..5ff9fa0 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.2" +release = "7.0.3" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0c798bd..8e51d2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,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.2" +version = "7.0.3" dependencies = ["cffi", "pyarrow >= 8.0.0"] [project.license]