Skip to content

Commit f6fc5d8

Browse files
committed
0.15.13
1 parent 9b46e00 commit f6fc5d8

File tree

4 files changed

+195
-185
lines changed

4 files changed

+195
-185
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.12"
7+
__version__ = "0.15.13"
88

99

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

docs/CHANGELOG.md

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

3+
## 0.15.13
4+
5+
- feat: add environment variables to control verb AST fallback behavior (#219)
6+
37
## 0.15.12
48

59
- chore: update datar-pandas to version ^0.6

0 commit comments

Comments
 (0)