Skip to content

Commit

Permalink
Preparations for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MathMagique committed Sep 29, 2017
1 parent c6dd8e2 commit 89262b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 89262b4

Please sign in to comment.