Skip to content

Commit 13bc550

Browse files
committed
0.13.5
1 parent 5c2715a commit 13bc550

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/CHANGELOG.md

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

3+
## 0.13.5
4+
5+
- deps: bump up executing to ^2.1 to fix issues with python3.13
6+
37
## 0.13.4
48

59
- core: switch to poetry-core (#113)

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.4"
7+
version = "0.13.5"
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.4"
16+
__version__ = "0.13.5"

0 commit comments

Comments
 (0)