File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,18 @@ Version history / changelog
3
3
4
4
From version 2.0.0, turbodbc adapts semantic versioning.
5
5
6
+ Version 4.11.1
7
+ --------------
8
+
9
+ * Add upper pin for pyarrow in ``pyproject.toml ``
10
+
6
11
Version 4.11.0
7
12
--------------
8
13
9
14
* Support ``pyarrow=15 ``
10
15
11
16
Version 4.10.0
12
- -------------
17
+ --------------
13
18
14
19
* Fix performance bug in dealing with character columns under Windows, because of utf conversion by using `simdutf ` instead of `wstring_convert `
15
20
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ def get_extension_modules():
259
259
260
260
setup (
261
261
name = "turbodbc" ,
262
- version = "4.11.0 " ,
262
+ version = "4.11.1 " ,
263
263
description = "turbodbc is a Python DB API 2.0 compatible ODBC driver" ,
264
264
long_description = long_description ,
265
265
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments