Skip to content

Commit

Permalink
bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Nov 4, 2023
1 parent 29dd853 commit 91d35a6
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

## 1.3.1

- Then failing to create an environment `arrow-odbc` is no longer going to panic and emit an exception instead.

## 1.3.0

- Add method `fetch_concurrently` to `BatchReader` allowing for fetching batches concurrently from the ODBC data source at the price of an additional transit buffer.
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 = "1.3.0"
release = "1.3.1"


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

[project.license]
Expand Down

0 comments on commit 91d35a6

Please sign in to comment.