Skip to content

Commit 71b27b1

Browse files
authored
Merge pull request #424 from blue-yonder/release-4.11.1
Release 4.11.1
2 parents c050ba5 + e8b7ab2 commit 71b27b1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@ Version history / changelog
33

44
From version 2.0.0, turbodbc adapts semantic versioning.
55

6+
Version 4.11.1
7+
--------------
8+
9+
* Add upper pin for pyarrow in ``pyproject.toml``
10+
611
Version 4.11.0
712
--------------
813

914
* Support ``pyarrow=15``
1015

1116
Version 4.10.0
12-
-------------
17+
--------------
1318

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def get_extension_modules():
259259

260260
setup(
261261
name="turbodbc",
262-
version="4.11.0",
262+
version="4.11.1",
263263
description="turbodbc is a Python DB API 2.0 compatible ODBC driver",
264264
long_description=long_description,
265265
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)