Skip to content

Commit

Permalink
version bump (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Feb 4, 2020
1 parent ce8659d commit e51837c
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 1.0.1 (2020-02-03)
=========================

Features
--------

- pantab will not automatically install the tableauhyperapi as a dependency when installing via pip (#83)
- Pre-built wheels for manylinux configurations are now available. (#84)


Pantab 1.0.0 (2020-01-15)
=========================

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__ = "1.0.0"
__version__ = "1.0.1"


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

This file was deleted.

1 change: 0 additions & 1 deletion pantab/newsfragments/84.feature

This file was deleted.

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

setup(
name="pantab",
version="1.0.0",
version="1.0.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 e51837c

Please sign in to comment.