Skip to content

Commit 87c4563

Browse files
committed
0.15.4
1 parent b86eec8 commit 87c4563

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

datar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .core.defaults import f
55
from .core.options import options, get_option, options_context
66

7-
__version__ = "0.15.3"
7+
__version__ = "0.15.4"
88

99

1010
def get_versions(prnt: bool = True) -> _Mapping[str, str]:

docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.15.4
4+
5+
- docs: fix typo in README.md (#197)
6+
- docs: change `filter` to `filter_` in README.md
7+
- docs: fix typo in data.md
8+
- deps: bump datar-pandas to 0.5.4 (support pandas 2.2+)
9+
310
## 0.15.3
411

512
- ⬆️ Bump pipda to 0.13.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datar"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
description = "A Grammar of Data Manipulation in python"
55
authors = ["pwwang <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)