Skip to content

Commit

Permalink
chore: bump version to 8.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jan 31, 2025
1 parent d29d825 commit 93f9127
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.0.9

- Fix: Licenese metadata in in `pyproject.toml` now states `licenese="MIT"` instead of specifying a file path.

## 8.0.8

- Fix: SHA256 has for WHEEL file in the many-linux wheel dist info had been wrong, due to manually tinkering with the wheel metadata in the build process. The step is no migrated to `auditwheel`. Thanks to @rupurt for spotting the issue.
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.8"
release = "8.0.9"


# -- 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.8"
version = "8.0.9"
# 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 93f9127

Please sign in to comment.