Skip to content

Commit

Permalink
Merge pull request #424 from blue-yonder/release-4.11.1
Browse files Browse the repository at this point in the history
Release 4.11.1
  • Loading branch information
xhochy authored Apr 30, 2024
2 parents c050ba5 + e8b7ab2 commit 71b27b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ Version history / changelog

From version 2.0.0, turbodbc adapts semantic versioning.

Version 4.11.1
--------------

* Add upper pin for pyarrow in ``pyproject.toml``

Version 4.11.0
--------------

* Support ``pyarrow=15``

Version 4.10.0
-------------
--------------

* Fix performance bug in dealing with character columns under Windows, because of utf conversion by using `simdutf` instead of `wstring_convert`

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

setup(
name="turbodbc",
version="4.11.0",
version="4.11.1",
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 71b27b1

Please sign in to comment.