Skip to content

Commit 17ef905

Browse files
committed
πŸ”– 0.10.0
1 parent 4cdd1dd commit 17ef905

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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+
## v0.10.0
4+
5+
- ✨ Support python 3.11
6+
37
## v0.9.1
48

59
- ⬆️ Upgrade executing to 1.0

β€Žpoetry.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
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.9.1"
7+
version = "0.10.0"
88
description = "Dark magics about variable names in python."
99
authors = [ "pwwang <[email protected]>",]
1010
license = "MIT"
@@ -14,7 +14,7 @@ repository = "https://github.com/pwwang/python-varname"
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.6"
17-
executing = "^1.0"
17+
executing = "^1.1"
1818
asttokens = { version = "2.*", optional = true }
1919
pure_eval = { version = "0.*", optional = true }
2020

β€Ž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.9.1"
16+
__version__ = "0.10.0"

0 commit comments

Comments
Β (0)