Skip to content

Commit

Permalink
bump version to 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Mar 25, 2022
1 parent 9fe83bd commit 71954c2
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 43 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.18

- Updated Rust dependencies

## 0.1.17

- Updated Rust dependencies
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Markus Klein"

# The full version, including alpha/beta/rc tags
release = "0.1.17"
release = "0.1.18"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ name = "native"
crate-type = ["cdylib"]

[dependencies]
arrow-odbc = "0.9.0"
arrow-odbc = "0.9.1"
lazy_static = "1.4.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def readme():
milksnake_tasks=[build_native],
url="https://github.com/pacman82/arrow-odbc-py",
author="Markus Klein",
version="0.1.17",
version="0.1.18",
license="MIT",
description="Read the data of an ODBC data source as sequence of Apache Arrow record batches.",
long_description=readme(),
Expand Down

0 comments on commit 71954c2

Please sign in to comment.