Skip to content

Commit

Permalink
rls 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Dec 23, 2019
1 parent 4635c68 commit d7abd74
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
^^^^^^^^^

Pantab 0.2.1 (2019-12-23)
=========================

Bugfixes
--------

- Fixed issue where reading a datetime column containing ``pd.NaT`` values would throw an ``OutOfBoundsDatetime`` error (#56)
- Fixed issue where reading a timedelta column containing ``pd.NaT`` would throw a ``ValueError`` (#57)


Pantab 0.2.0 (2019-12-19)
=========================

Expand Down
2 changes: 1 addition & 1 deletion pantab/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"


from ._reader import frame_from_hyper, frames_from_hyper
Expand Down
1 change: 0 additions & 1 deletion pantab/newsfragments/56.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion pantab/newsfragments/57.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

setup(
name="pantab",
version="0.2.0",
version="0.2.1",
description="Converts pandas DataFrames into Tableau Hyper Extracts",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d7abd74

Please sign in to comment.