Skip to content

Commit 86236b6

Browse files
committed
0.14.0
1 parent 8543b2f commit 86236b6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
- BREAKING CHANGE: deprecate nameof (see https://github.com/pwwang/python-varname/issues/117#issuecomment-2558358294)
6+
- docs: remove deprecated nameof examples from README
7+
- chore(deps): update asttokens to version 3.0.0 and adjust dependencies
8+
- style: clean up unused imports and add spacing for readability for test files
9+
- ci: update build workflow to use Ubuntu 24.04 and adjust Python version conditions
10+
- chore(deps): add ipykernel dev dependency version 6.29.5 to run playground notebook
11+
- chore(deps): update content-hash in poetry.lock after dependency changes
12+
313
## 0.13.5
414

515
- deps: bump up executing to ^2.1 to fix issues with python3.13

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.5"
7+
version = "0.14.0"
88
description = "Dark magics about variable names in python."
99
authors = [ "pwwang <[email protected]>",]
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, will, argname
1515

16-
__version__ = "0.13.5"
16+
__version__ = "0.14.0"

0 commit comments

Comments
 (0)