Skip to content

Commit 75499af

Browse files
committed
0.13.4
1 parent 698beb3 commit 75499af

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/CHANGELOG.md

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

3+
## 0.13.4
4+
5+
- core: switch to poetry-core (#113)
6+
- deps: bump up dependencies
7+
- feat: support python 3.13 (#116)
8+
- ci: use latest CI actions
9+
- DEPRECATED: add warning to deprecate nameof in the future
10+
311
## 0.13.3
412

513
- feat: support frame to allow wrapping for `helpers.jsobj()` (#111)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

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

varname/__init__.py

+1-1
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.3"
16+
__version__ = "0.13.4"

0 commit comments

Comments
 (0)