Skip to content

Commit

Permalink
bump version to 7.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Sep 22, 2024
1 parent 165c56e commit bd2476f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
macos-wheel-m1:
runs-on: flyci-macos-14-m1
runs-on: flyci-macos-14-m2
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.0.7

- Build Mac ARM wheel on M2

## 7.0.6

- Fix: Typo in connect function, lead to connections not properly established and failing opertions.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Markus Klein"

# The full version, including alpha/beta/rc tags
release = "7.0.6"
release = "7.0.7"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"
version = "7.0.7"
dependencies = ["cffi", "pyarrow >= 8.0.0"]

[project.license]
Expand Down

0 comments on commit bd2476f

Please sign in to comment.