Skip to content

Commit

Permalink
Merge pull request #401 from cshaley/feature/pep517
Browse files Browse the repository at this point in the history
xhochy authored Nov 18, 2023
2 parents f7b3f1e + 5776003 commit 28baf98
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -3,12 +3,16 @@ Version history / changelog

From version 2.0.0, turbodbc adapts semantic versioning.

Version 4.9.0
-------------

* Fix pip wheel missing pyproject.toml - support pep517

Version 4.8.0
-------------

* Support ``pyarrow=14``


Version 4.7.0
-------------

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -30,6 +30,6 @@ if(BUILD_TESTING)
endif()

install(
FILES setup.py setup.cfg MANIFEST.in Makefile LICENSE README.md CHANGELOG.rst
FILES setup.py setup.cfg MANIFEST.in Makefile LICENSE README.md CHANGELOG.rst pyproject.toml
DESTINATION .
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -255,7 +255,7 @@ def get_extension_modules():

setup(
name="turbodbc",
version="4.8.0",
version="4.9.0",
description="turbodbc is a Python DB API 2.0 compatible ODBC driver",
long_description=long_description,
long_description_content_type="text/markdown",

0 comments on commit 28baf98

Please sign in to comment.