Skip to content

Commit 28baf98

Browse files
authored
Merge pull request #401 from cshaley/feature/pep517
2 parents f7b3f1e + 5776003 commit 28baf98

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ Version history / changelog
33

44
From version 2.0.0, turbodbc adapts semantic versioning.
55

6+
Version 4.9.0
7+
-------------
8+
9+
* Fix pip wheel missing pyproject.toml - support pep517
10+
611
Version 4.8.0
712
-------------
813

914
* Support ``pyarrow=14``
1015

11-
1216
Version 4.7.0
1317
-------------
1418

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ if(BUILD_TESTING)
3030
endif()
3131

3232
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
3434
DESTINATION .
3535
)

setup.py

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

256256
setup(
257257
name="turbodbc",
258-
version="4.8.0",
258+
version="4.9.0",
259259
description="turbodbc is a Python DB API 2.0 compatible ODBC driver",
260260
long_description=long_description,
261261
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)