Skip to content

Commit 1e07fce

Browse files
committed
feat: support frame to allow wrapping for helpers.jsobj() (#111)
1 parent 5256347 commit 1e07fce

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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.13.3
4+
5+
- feat: support frame to allow wrapping for `helpers.jsobj()` (#111)
6+
37
## 0.13.2
48

59
- deps: bump up pytest to v8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "varname"
7-
version = "0.13.2"
7+
version = "0.13.3"
88
description = "Dark magics about variable names in python."
99
authors = [ "pwwang <[email protected]>",]
1010
license = "MIT"

varname/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
)
1414
from .core import varname, nameof, will, argname
1515

16-
__version__ = "0.13.2"
16+
__version__ = "0.13.3"

0 commit comments

Comments
 (0)