From 89262b42f13d10818fe08485bd2aba0cb5f0345e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=B6nig?= Date: Fri, 29 Sep 2017 09:36:08 +0200 Subject: [PATCH] Preparations for 2.4.0 release --- CHANGELOG.rst | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 78cf1f048..0ee4dcb17 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,11 +6,11 @@ From version 2.0.0, turbodbc adapts semantic versioning. Version 2.4.0 ------------- -* Support Apache Arrow ``pyarrow.Table`` objects as the input for +* Added support for Apache Arrow ``pyarrow.Table`` objects as the input for ``executemanycolumns()``. In addition to direct Arrow support, this should also help with more graceful handling of Pandas DataFrames - as ``pa.Table.from_pandas(…)`` handles additional corner cases of - Pandas data structures. + as ``pa.Table.from_pandas(...)`` handles additional corner cases of + Pandas data structures. Big thanks to @xhochy! Version 2.3.0 ------------- diff --git a/setup.py b/setup.py index 8c53034a0..d3b070e08 100644 --- a/setup.py +++ b/setup.py @@ -200,7 +200,7 @@ def get_extension_modules(): setup(name = 'turbodbc', - version = '2.3.0', + version = '2.4.0', description = 'turbodbc is a Python DB API 2.0 compatible ODBC driver', include_package_data = True, url = 'https://github.com/blue-yonder/turbodbc',