Skip to content

Commit

Permalink
πŸ”– 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Feb 3, 2022
1 parent 1e3274b commit c3d5881
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .core.defaults import f

__all__ = ('f', 'get_versions')
__version__ = "0.5.5"
__version__ = "0.5.6"


def get_versions(
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.6

- πŸ› Hotfix for types registered for `base.proportions` (#77)
- πŸ‘½οΈ Fix for pandas 1.4

## 0.5.5

- Fix #71: semi_join returns duplicated rows
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datar"
version = "0.5.5"
version = "0.5.6"
description = "Port of dplyr and other related R packages in python, using pipda."
authors = ["pwwang <pwwang@pwwang.com>"]
readme = "README.md"
Expand Down

0 comments on commit c3d5881

Please sign in to comment.