Skip to content

Commit 3a1ea1c

Browse files
committed
0.15.9
1 parent bcd0c8d commit 3a1ea1c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

datar/__init__.py

Lines changed: 1 addition & 1 deletion
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.8"
7+
__version__ = "0.15.9"
88

99

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

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.15.9
4+
5+
- ci: ensure Python version is set for setup step
6+
- chore: update numpy dependency to allow any version
7+
38
## 0.15.8
49

510
- chore(deps): update python-simpleconf to version 0.7

pyproject.toml

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

0 commit comments

Comments
 (0)