Skip to content

Commit

Permalink
Prepare for release 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgross committed Jul 17, 2019
1 parent 3cccc1c commit ace9ec4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

0.0.28
~~~~~~
- Update `pyarrow` to `0.0.14` and `pandas` to `0.24.2`. Thanks to @rudaporto for the PR!

0.0.27
~~~~~~
- Update `pyarrow` to `0.0.12` to fix zlib issues and gain improved memory perf with lots of strings. Thanks @nimish and @Madhu1512
Expand Down
2 changes: 1 addition & 1 deletion json2parquet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
from .client import load_json, ingest_data, write_parquet, convert_json, write_parquet_dataset

__title__ = 'json2parquet'
__version__ = '0.0.27'
__version__ = '0.0.28'

__all__ = ['load_json', 'ingest_data', 'write_parquet', 'convert_json', 'write_parquet_dataset']

0 comments on commit ace9ec4

Please sign in to comment.