Skip to content

Commit 55bad8c

Browse files
committed
0.15.6
1 parent 3b5b050 commit 55bad8c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.5"
7+
__version__ = "0.15.6"
88

99

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

docs/CHANGELOG.md

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

3+
## 0.15.6
4+
5+
- deps: bump simplug to 0.4, datar-numpy to 0.3.4 and datar-pandas to 0.5.5
6+
- tests: adopt pytest v8
7+
- ci: use latest actions
8+
39
## 0.15.5
410

511
- deps: bump datar-numpy to 0.3.3

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.5"
3+
version = "0.15.6"
44
description = "A Grammar of Data Manipulation in python"
55
authors = ["pwwang <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)