Skip to content

Commit

Permalink
0.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Mar 14, 2024
1 parent 3b5b050 commit 55bad8c
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -4,7 +4,7 @@
from .core.defaults import f
from .core.options import options, get_option, options_context

__version__ = "0.15.5"
__version__ = "0.15.6"


def get_versions(prnt: bool = True) -> _Mapping[str, str]:
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.15.6

- deps: bump simplug to 0.4, datar-numpy to 0.3.4 and datar-pandas to 0.5.5
- tests: adopt pytest v8
- ci: use latest actions

## 0.15.5

- deps: bump datar-numpy to 0.3.3
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.15.5"
version = "0.15.6"
description = "A Grammar of Data Manipulation in python"
authors = ["pwwang <pwwang@pwwang.com>"]
license = "MIT"
Expand Down

0 comments on commit 55bad8c

Please sign in to comment.