diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c940b3eef..624d6a481 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,11 @@ Version history / changelog From version 2.0.0, turbodbc adapts semantic versioning. +Version 4.5.9 +------------- + +* Check for ``_GLIBCXX_USE_CXX11_ABI`` setting of ``pyarrow``. + Version 4.5.8 ------------- diff --git a/setup.py b/setup.py index 3e184ca99..d9a32a9a2 100644 --- a/setup.py +++ b/setup.py @@ -254,7 +254,7 @@ def get_extension_modules(): setup( name="turbodbc", - version="4.5.8", + version="4.5.9", description="turbodbc is a Python DB API 2.0 compatible ODBC driver", long_description=long_description, long_description_content_type="text/markdown",