Skip to content

Commit

Permalink
Bump version to 4.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Feb 21, 2023
1 parent ab5d664 commit ca025f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Version history / changelog

From version 2.0.0, turbodbc adapts semantic versioning.

Version 4.5.9
-------------

* Check for ``_GLIBCXX_USE_CXX11_ABI`` setting of ``pyarrow``.

Version 4.5.8
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def get_extension_modules():

setup(
name="turbodbc",
version="4.5.8",
version="4.5.9",
description="turbodbc is a Python DB API 2.0 compatible ODBC driver",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ca025f4

Please sign in to comment.