Skip to content

Commit

Permalink
chore: Prepare release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jan 31, 2025
1 parent 8205d12 commit 5e739be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 8.1.0

- Publish Manylinux wheel for ARM architecture (aarch64) to pypi

## 8.0.9

- Fix: Licenese metadata in in `pyproject.toml` now states `licenese="MIT"` instead of specifying a file path.
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 = "8.0.9"
release = "8.1.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [{name = "Markus Klein"}]
description="Read the data of an ODBC data source as sequence of Apache Arrow record batches."
readme = "README.md"
license = "MIT"
version = "8.0.9"
version = "8.1.0"
# cffi: for communicating with Rust
# pyarrow: to create pyarrow arrays out of the c representation
dependencies = ["cffi", "pyarrow >= 8.0.0"]
Expand Down

0 comments on commit 5e739be

Please sign in to comment.