Skip to content

Commit 5f2c687

Browse files
committed
0.15.10
1 parent d93b292 commit 5f2c687

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.9"
7+
__version__ = "0.15.10"
88

99

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

docs/CHANGELOG.md

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

3+
## 0.15.10
4+
5+
- ci: update deployment environment to use ubuntu-latest
6+
- feat: add dplyr.reframe (#210)
7+
- docs: fix reference map links
8+
39
## 0.15.9
410

511
- ci: ensure Python version is set for setup step

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

0 commit comments

Comments
 (0)