Skip to content

Commit

Permalink
RELEASE 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Mar 6, 2021
1 parent 6688fcf commit f1cf953
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PENDING: dataiter 0.20
======================
2021-03-06: dataiter 0.20
=========================

* `DataFrame.*_join`: Handle differing by names via tuple argument
* `ListOfDicts.*_join`: Handle differing by names via tuple argument
Expand Down
2 changes: 1 addition & 1 deletion dataiter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from dataiter.geojson import GeoJSON # noqa
from dataiter.list_of_dicts import ListOfDicts # noqa

__version__ = "0.19"
__version__ = "0.20"

DEFAULT_PEEK_ELEMENTS = 10
DEFAULT_PEEK_ITEMS = 3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="dataiter",
version="0.19",
version="0.20",
author="Osmo Salomaa",
author_email="[email protected]",
description="Classes for data manipulation",
Expand Down

0 comments on commit f1cf953

Please sign in to comment.