Skip to content

Commit

Permalink
chore: bump version to 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Nov 24, 2024
1 parent e6d4b02 commit 3d68b8d
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.2

- Fix: Due to fixes in the upstream `arrow-odbc` Rust crate it is now possible to fetch timestamps before unix-epoch without a panic

## 8.0.1

- Fix: `typing_extension` has been pinned to strictly, preventing users from updating to the newest version.
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.1"
release = "8.0.2"


# -- 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 = "8.0.1"
version = "8.0.2"
# 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 3d68b8d

Please sign in to comment.