diff --git a/datar/__init__.py b/datar/__init__.py index 1302558d..b3ced267 100644 --- a/datar/__init__.py +++ b/datar/__init__.py @@ -4,7 +4,7 @@ from .core.defaults import f from .core.options import options, get_option, options_context -__version__ = "0.15.3" +__version__ = "0.15.4" def get_versions(prnt: bool = True) -> _Mapping[str, str]: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bcea3535..89031101 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.15.4 + +- docs: fix typo in README.md (#197) +- docs: change `filter` to `filter_` in README.md +- docs: fix typo in data.md +- deps: bump datar-pandas to 0.5.4 (support pandas 2.2+) + ## 0.15.3 - ⬆️ Bump pipda to 0.13.1 diff --git a/pyproject.toml b/pyproject.toml index 4ebc8e7d..eb6c3994 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datar" -version = "0.15.3" +version = "0.15.4" description = "A Grammar of Data Manipulation in python" authors = ["pwwang "] license = "MIT"