File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,16 @@ Version history / changelog
3
3
4
4
From version 2.0.0, turbodbc adapts semantic versioning.
5
5
6
+ Version 4.9.0
7
+ -------------
8
+
9
+ * Fix pip wheel missing pyproject.toml - support pep517
10
+
6
11
Version 4.8.0
7
12
-------------
8
13
9
14
* Support ``pyarrow=14 ``
10
15
11
-
12
16
Version 4.7.0
13
17
-------------
14
18
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ if(BUILD_TESTING)
30
30
endif ()
31
31
32
32
install (
33
- FILES setup.py setup.cfg MANIFEST.in Makefile LICENSE README.md CHANGELOG.rst
33
+ FILES setup.py setup.cfg MANIFEST.in Makefile LICENSE README.md CHANGELOG.rst pyproject.toml
34
34
DESTINATION .
35
35
)
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ def get_extension_modules():
255
255
256
256
setup (
257
257
name = "turbodbc" ,
258
- version = "4.8 .0" ,
258
+ version = "4.9 .0" ,
259
259
description = "turbodbc is a Python DB API 2.0 compatible ODBC driver" ,
260
260
long_description = long_description ,
261
261
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments